mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-05 05:41:20 +02:00
Fixes for the FreeDOS menu
This commit is contained in:
parent
1ab03bd201
commit
80c42b80eb
@ -7,10 +7,10 @@
|
|||||||
menu FreeDOS
|
menu FreeDOS
|
||||||
item --gap FreeDOS
|
item --gap FreeDOS
|
||||||
item freedos_install ${space} FreeDOS 1.1 Source Install
|
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}
|
echo ${cls}
|
||||||
goto ${menu} ||
|
goto ${menu} ||
|
||||||
chain ${menu}.ipxe || goto utils_exit
|
chain ${menu}.ipxe || goto freedos_exit
|
||||||
goto freedos_exit
|
goto freedos_exit
|
||||||
|
|
||||||
:freedos_install
|
:freedos_install
|
||||||
@ -22,4 +22,3 @@ boot
|
|||||||
:freedos_exit
|
:freedos_exit
|
||||||
clear menu
|
clear menu
|
||||||
chain menu.ipxe
|
chain menu.ipxe
|
||||||
exit 0
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user