bootloader

package
v1.9.0-alpha.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2024 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package bootloader provides bootloader implementation.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bootloader

type Bootloader interface {
	// Install the bootloader.
	//
	// Install mounts the partitions as required.
	Install(options options.InstallOptions) (*options.InstallResult, error)
	// Revert reverts the bootloader entry to the previous state.
	//
	// Revert mounts the partitions as required.
	Revert(disk string) error
	// RequiredPartitions returns the required partitions for the bootloader.
	RequiredPartitions() []partition.Options
}

Bootloader describes a bootloader.

func New added in v1.5.0

func New(secureboot bool, talosVersion string) Bootloader

New returns a new bootloader based on the secureboot flag.

func NewAuto added in v1.5.0

func NewAuto() Bootloader

NewAuto returns a new bootloader based on auto-detection.

func Probe added in v1.5.0

func Probe(disk string, options options.ProbeOptions) (Bootloader, error)

Probe checks if any supported bootloaders are installed.

Returns nil if it cannot detect any supported bootloader.

Directories

Path Synopsis
Package grub provides the interface to the GRUB bootloader: config management, installation, etc.
Package grub provides the interface to the GRUB bootloader: config management, installation, etc.
Package mount provides bootloader mount operations.
Package mount provides bootloader mount operations.
Package options provides bootloader options.
Package options provides bootloader options.
Package sdboot provides the interface to the Systemd-Boot bootloader: config management, installation, etc.
Package sdboot provides the interface to the Systemd-Boot bootloader: config management, installation, etc.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL