Files
fileserver/debianliveinstaller-12.4/boot-live.ipxe
2024-01-27 20:45:40 -06:00

10 lines
235 B
Plaintext

#!ipxe
set path http://192.168.1.50/files/debianliveinstaller-12.4/live
kernel ${path}/vmlinuz
initrd ${path}/initrd.img
imgargs vmlinuz boot=live config hooks=filesystem username=live noeject fetch=${path}/filesystem.squashfs
boot