Fixes for the FreeDOS menu

This commit is contained in:
Antony Messerli 2016-01-13 07:29:32 -06:00
parent 1ab03bd201
commit 80c42b80eb

View File

@ -7,10 +7,10 @@
menu FreeDOS
item --gap FreeDOS
item freedos_install ${space} FreeDOS 1.1 Source Install
choose --default ${menu} menu || goto utils_exit
choose --default ${menu} menu || goto freedos_exit
echo ${cls}
goto ${menu} ||
chain ${menu}.ipxe || goto utils_exit
chain ${menu}.ipxe || goto freedos_exit
goto freedos_exit
:freedos_install
@ -22,4 +22,3 @@ boot
:freedos_exit
clear menu
chain menu.ipxe
exit 0