9 lines
232 B
Plaintext
Executable File
9 lines
232 B
Plaintext
Executable File
#!ipxe
|
|
|
|
set path http://192.168.1.50/files/ipxe/debianlivecustom-12.2/live
|
|
|
|
kernel ${path}/vmlinuz
|
|
initrd ${path}/initrd
|
|
imgargs vmlinuz boot=live config hooks=filesystem username=live noeject fetch=${path}/filesystem.squashfs
|
|
|
|
boot |