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 installs the bootloader Install(bootDisk, arch string) error }
Bootloader describes a bootloader.
Click to show internal directories.
Click to hide internal directories.