package
7.0.0+incompatible
Repository: https://github.com/lindt/u-root.git
Documentation: pkg.go.dev

# Functions

Choose presents the user a menu on input to choose an entry from and returns that entry.
OSImages returns menu entries for the given OSImages.
ShowMenuAndLoad lets the user choose one of entries and loads it.

# Structs

OSImageAction is a menu.Entry that boots an OSImage.
Reboot is a menu.Entry that reboots the machine.
StartShell is a menu.Entry that starts a LinuxBoot shell.

# Interfaces

Entry
Entry is a menu entry.