Documentation ¶
Overview ¶
Package ipxe implements a trivial IPXE config file parser.
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 ¶
func ParseConfig ¶
func ParseConfig(configURL *url.URL) (*boot.LinuxImage, error)
ParseConfig returns a new configuration with the file at URL and default schemes.
See ParseConfigWithSchemes for more details.
func ParseConfigWithSchemes ¶
ParseConfigWithSchemes returns a new configuration with the file at URL and schemes `s`.
`s` is used to get files referred to by URLs in the configuration.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.