This commit is contained in:
2023-12-03 02:04:05 -06:00
parent ea26b9e361
commit ee0b56615a

View File

@@ -1,6 +1,7 @@
#!ipxe
set path http://192.168.1.50/files/debian
kernel ${path}/vmlinuz initrd=${path}/initrd hostname=debian domain=local auto=true url=${path}/debian-bullseye-preseed.cfg
set path http://192.168.1.50/files/debian-11.7
set preseed http://192.168.1.50/files/debian
kernel ${path}/vmlinuz initrd=${path}/initrd hostname=debian domain=local auto=true url=${preseed}/debian-bullseye-preseed.cfg
initrd ${path}/initrd
boot