Documentation ¶
Overview ¶
Package ipxe aims to implement a trivial IPXE configuration handler.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotIpxeScript is returned when the config file is not an // ipxe script. ErrNotIpxeScript = errors.New("config file is not ipxe as it does not start with #!ipxe") )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { BootImage *boot.LinuxImage // contains filtered or unexported fields }
Config encapsulates a parsed ipxe configuration file.
We currently only support kernel and initrd commands.
Click to show internal directories.
Click to hide internal directories.