ipxe

package
v6.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2019 License: BSD-3-Clause Imports: 9 Imported by: 0

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

func ParseConfigWithSchemes(configURL *url.URL, s urlfetch.Schemes) (*boot.LinuxImage, error)

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.

Jump to

Keyboard shortcuts

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