Files
fileserver/ipxe/debianliveinstaller-12.2/boot-live.ipxe
2024-04-09 10:45:19 -05:00

10 lines
240 B
Plaintext
Executable File

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