Forgot an argument. lol
This commit is contained in:
parent
c3f0c6096d
commit
7cc0493b0a
11
menu.ipxe
11
menu.ipxe
@ -48,27 +48,30 @@ boot
|
|||||||
menu Operating Systems Menu
|
menu Operating Systems Menu
|
||||||
item --gap Operating Systems Menu
|
item --gap Operating Systems Menu
|
||||||
item mainmenu <--- Back
|
item mainmenu <--- Back
|
||||||
item debinst12 Debian 12 Installer
|
item debinst12menu Debian 12 Installer
|
||||||
item debinst11 Debian 11 Installer
|
item debinst11 Debian 11 Installer
|
||||||
item deblive Debian Live System
|
item deblive Debian Live System
|
||||||
item fedoralatest Fedora Installer Latest (39) 64-bit
|
item fedoralatest Fedora Installer Latest (39) 64-bit
|
||||||
item arch64 Arch Linux x64
|
item arch64 Arch Linux x64
|
||||||
|
|
||||||
|
|
||||||
choose --default debinst12 --timeout 600000 target && goto ${target}
|
choose --default debinst12menu --timeout 600000 target && goto ${target}
|
||||||
|
|
||||||
:debinst12
|
:debinst12menu
|
||||||
|
# Debian 12 Installers Menu
|
||||||
menu Debian 12 Installers
|
menu Debian 12 Installers
|
||||||
item --gap Debian 12 Installers
|
item --gap Debian 12 Installers
|
||||||
|
item osmenu <--- Back
|
||||||
item debinst12norm Normal Install (No Script)
|
item debinst12norm Normal Install (No Script)
|
||||||
item debinst12newsrv New Servers
|
item debinst12newsrv New Servers
|
||||||
|
|
||||||
|
|
||||||
:debinst12norm
|
:debinst12norm
|
||||||
kernel ${tftp-path}\debian\linux
|
kernel ${tftp-path}\debian\linux
|
||||||
initrd ${tftp-path}\debian\initrd.gz
|
initrd ${tftp-path}\debian\initrd.gz
|
||||||
boot
|
boot
|
||||||
|
|
||||||
:deb12newsrv
|
:debinst12newsrv
|
||||||
kernel ${tftp-path}\debian\linux url=${http-path}/preseed/tng-srvnew.txt
|
kernel ${tftp-path}\debian\linux url=${http-path}/preseed/tng-srvnew.txt
|
||||||
initrd ${tftp-path}\debian\initrd.gz
|
initrd ${tftp-path}\debian\initrd.gz
|
||||||
boot
|
boot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user