Files
fileserver/debian-12.4/boot-auto.ipxe

10 lines
256 B
Plaintext

#!ipxe
set path http://192.168.1.50/files/debian-12.4
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