Adding debian preseed stuffs
This commit is contained in:
parent
c25faf7f5c
commit
c3f0c6096d
24
menu.ipxe
24
menu.ipxe
@ -18,6 +18,7 @@ item wds Windows Deployment Services
|
||||
item wdsefi Windows Deployment Services EFI
|
||||
item osmenu Operating Systems
|
||||
item utilmenu System Tools and Utilities
|
||||
item testmenu Testing Menu
|
||||
# item kbe59 081722 Test [Default x64]
|
||||
|
||||
choose --default exit --timeout 600000 target && goto ${target}
|
||||
@ -57,10 +58,21 @@ item arch64 Arch Linux x64
|
||||
choose --default debinst12 --timeout 600000 target && goto ${target}
|
||||
|
||||
:debinst12
|
||||
menu Debian 12 Installers
|
||||
item --gap Debian 12 Installers
|
||||
item debinst12norm Normal Install (No Script)
|
||||
item debinst12newsrv New Servers
|
||||
|
||||
:debinst12norm
|
||||
kernel ${tftp-path}\debian\linux
|
||||
initrd ${tftp-path}\debian\initrd.gz
|
||||
boot
|
||||
|
||||
:deb12newsrv
|
||||
kernel ${tftp-path}\debian\linux url=${http-path}/preseed/tng-srvnew.txt
|
||||
initrd ${tftp-path}\debian\initrd.gz
|
||||
boot
|
||||
|
||||
:debinst11
|
||||
kernel ${tftp-path}\debian\11linux
|
||||
initrd ${tftp-path}\debian\11initrd.gz
|
||||
@ -102,3 +114,15 @@ boot
|
||||
initrd ${tftp-path}\memdisk\iso\dban-2.3.0_i586.iso
|
||||
chain ${tftp-path}\memdisk\memdisk1 iso raw
|
||||
boot
|
||||
|
||||
### Testing Menu
|
||||
:testmenu
|
||||
menu Testing Menu
|
||||
item --gap Testing Menu
|
||||
item mainmenu <--- Back
|
||||
item deb12newsrv Debian 12 Installer - New Servers
|
||||
|
||||
:deb12newsrv
|
||||
kernel ${tftp-path}\debian\linux url=${http-path}/preseed/tng-srvnew.txt
|
||||
initrd ${tftp-path}\debian\initrd.gz
|
||||
boot
|
Loading…
x
Reference in New Issue
Block a user