ipxe

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2022 License: BSD-3-Clause Imports: 11 Imported by: 8

Documentation

Overview

Package ipxe implements a trivial IPXE config file parser.

Index

Constants

This section is empty.

Variables

View Source
var ErrNotIpxeScript = errors.New("config file is not ipxe as it does not start with #!ipxe")

ErrNotIpxeScript is returned when the config file is not an ipxe script.

Functions

func ParseConfig

func ParseConfig(ctx context.Context, l ulog.Logger, configURL *url.URL, s curl.Schemes) (*boot.LinuxImage, error)

ParseConfig returns a new configuration with the file at URL and default schemes.

`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