Files
fileserver/debian-12.4/boot-auto.ipxe
2024-01-27 20:29:38 -06:00

10 lines
256 B
Plaintext

#!ipxe
set path http://192.168.1.50/files/debian-12.2
set preseed http://192.168.1.50/files/debian
kernel ${path}/vmlinuz initrd=${path}/initrd hostname=debian domain=local auto=true url=${preseed}/debian-bookworm-preseed.cfg
initrd ${path}/initrd
boot