# 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 is a menu entry.