updated installer for 12.0

This commit is contained in:
2023-06-12 11:30:23 -05:00
parent ae2549a841
commit 4dbd903675
6 changed files with 485 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
#!ipxe
kernel vmlinuz initrd=initrd hostname=debian domain=local auto=true url=http://192.168.1.50/debian/debian-bookworm-preseed.cfg
initrd initrd
boot

View File

@@ -0,0 +1,5 @@
#!ipxe
kernel vmlinuz initrd=initrd
initrd initrd
boot

BIN
files/debian-12.0/initrd Executable file

Binary file not shown.

BIN
files/debian-12.0/vmlinuz Executable file

Binary file not shown.