Documentation ¶
Overview ¶
Package bootcmd handles common cleanup functions and flags that all boot commands should support.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShowMenuAndBoot ¶
func ShowMenuAndBoot(entries []menu.Entry, mps []*mount.MountPoint, noLoad, noExec bool)
ShowMenuAndBoot handles common cleanup functions and flags that all boot commands should support.
mps are mounts to unmount before kexecing. noLoad prints the list of entries and exits. If noLoad is false, a boot menu is shown to the user. The user-chosen boot entry will be kexec'd unless noExec is true.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.