Adding debian preseed stuffs

This commit is contained in:
Xeno (Kyle S) 2024-08-02 02:35:30 -05:00
parent c25faf7f5c
commit c3f0c6096d

View File

@ -18,6 +18,7 @@ item wds Windows Deployment Services
item wdsefi Windows Deployment Services EFI item wdsefi Windows Deployment Services EFI
item osmenu Operating Systems item osmenu Operating Systems
item utilmenu System Tools and Utilities item utilmenu System Tools and Utilities
item testmenu Testing Menu
# item kbe59 081722 Test [Default x64] # item kbe59 081722 Test [Default x64]
choose --default exit --timeout 600000 target && goto ${target} 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} choose --default debinst12 --timeout 600000 target && goto ${target}
:debinst12 :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 kernel ${tftp-path}\debian\linux
initrd ${tftp-path}\debian\initrd.gz initrd ${tftp-path}\debian\initrd.gz
boot boot
:deb12newsrv
kernel ${tftp-path}\debian\linux url=${http-path}/preseed/tng-srvnew.txt
initrd ${tftp-path}\debian\initrd.gz
boot
:debinst11 :debinst11
kernel ${tftp-path}\debian\11linux kernel ${tftp-path}\debian\11linux
initrd ${tftp-path}\debian\11initrd.gz initrd ${tftp-path}\debian\11initrd.gz
@ -101,4 +113,16 @@ boot
:dban :dban
initrd ${tftp-path}\memdisk\iso\dban-2.3.0_i586.iso initrd ${tftp-path}\memdisk\iso\dban-2.3.0_i586.iso
chain ${tftp-path}\memdisk\memdisk1 iso raw 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 boot