This commit is contained in:
2023-12-03 02:01:52 -06:00
parent b5a1c65a97
commit ea26b9e361
+3 -2
View File
@@ -1,5 +1,6 @@
#!ipxe
kernel vmlinuz initrd=initrd hostname=debian domain=local auto=true url=http://192.168.1.50/files/debian/debian-bullseye-preseed.cfg
initrd initrd
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
initrd ${path}/initrd
boot