pxe

package
v0.1.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2024 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package pxe contains types related to PXE booting.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BootMode

type BootMode string

BootMode is the PXE boot mode to be used.

const (
	// BootModeBIOS is the mode to boot from disk using BIOS.
	BootModeBIOS BootMode = "bios"

	// BootModeUEFI is the mode to boot from disk using UEFI.
	BootModeUEFI BootMode = "uefi"
)

func ParseBootMode

func ParseBootMode(mode string) (BootMode, error)

ParseBootMode parses a boot mode.

Jump to

Keyboard shortcuts

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