6 lines
290 B
Plaintext
6 lines
290 B
Plaintext
#!ipxe
|
|
|
|
kernel http://${next-server}/.images/netinst_deb12x64/linux ipv6.disable=1 auto=true netcfg/dhcp_timeout=30 priority=critical locale=en_US preseed/url=http://${next-server}/.preseeds/preseed_00:50:56:91:d2:c8.cfg
|
|
initrd http://${next-server}/.images/netinst_deb12x64/initrd.gz
|
|
boot
|