mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-03 12:51:25 +02:00
Fixes for the FreeDOS menu
This commit is contained in:
parent
1ab03bd201
commit
80c42b80eb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user