diff --git a/files/debianlivecustom-12.2/boot-live.ipxe b/files/debianlivecustom-12.2/boot-live.ipxe index 9640fab..5944fbb 100755 --- a/files/debianlivecustom-12.2/boot-live.ipxe +++ b/files/debianlivecustom-12.2/boot-live.ipxe @@ -4,6 +4,6 @@ set path http://192.168.1.50/files/debianlivecustom-12.2/live kernel ${path}/vmlinuz initrd ${path}/initrd -imgargs ${path}/vmlinuz boot=live config hooks=filesystem username=live noeject fetch=${path}/filesystem.squashfs +imgargs vmlinuz boot=live config hooks=filesystem username=live noeject fetch=${path}/filesystem.squashfs boot \ No newline at end of file