Documentation
¶
Overview ¶
Package binary handles embedding of the iPXE binaries.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPatchTooLong = errors.New("patch string is too long")
View Source
var Files = map[string][]byte{ "undionly.kpxe": Undionly, "ipxe.efi": IpxeEFI, "snp.efi": SNP, "ipxe.iso": IpxeISO, }
Files is the mapping to the embedded iPXE binaries.
View Source
var IpxeEFI []byte
IpxeEFI is the UEFI iPXE binary for x86 architectures.
View Source
var IpxeISO []byte
IpxeISO is the iPXE ISO image.
View Source
var SNP []byte
SNP is the UEFI iPXE binary for ARM architectures.
View Source
var Undionly []byte
Undionly is the BIOS iPXE binary for x86 architectures.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.