Documentation ¶
Index ¶
Constants ¶
View Source
const ( PXEModeBIOS = "bios" PXEModeUEFI = "uefi" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootFromDisk ¶
type BootFromDisk string
BootFromDisk defines a way to boot from disk.
const ( BootIPXEExit BootFromDisk = "ipxe-exit" // Use iPXE script with `exit` command. Boot404 BootFromDisk = "http-404" // Return HTTP 404 response to iPXE. BootSANDisk BootFromDisk = "ipxe-sanboot" // Use iPXE script with `sanboot` command. )
Click to show internal directories.
Click to hide internal directories.