eqx/ipxe-install-debian-10

10 lines
248 B
Plaintext
Raw Normal View History

2021-01-23 19:21:31 -07:00
#!ipxe
2021-01-23 19:55:47 -07:00
dhcp
2021-01-23 19:21:31 -07:00
kernel https://boot.netboot.xyz/memdisk iso raw
2021-01-23 20:08:02 -07:00
initrd http://145.40.77.103/debian-10.7.0-amd64-netinst.iso
2021-01-23 19:21:31 -07:00
boot
2021-01-23 20:08:02 -07:00
append auto=true priority=high preseed/url=http://145.40.77.103/eqx/preseed.cfg initrd=debian-installer/amd64/initrd.gz
2021-01-23 19:21:31 -07:00