Add option to boot to existing OS

This commit is contained in:
2Shirt 2021-07-24 02:57:47 -06:00
parent 29f5dab4da
commit 70c09a3c7b
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -46,6 +46,15 @@ INCLUDE linux.cfg
MENU SEPARATOR
LABEL existing
MENU LABEL Boot existing OS
TEXT HELP
Boot to the currently installed OS
* This may not work for all systems
ENDTEXT
COM32 chain.c32
APPEND hd1
LABEL reboot
MENU LABEL Reboot
COM32 reboot.c32