From e546e179b61fd3675d0c9f8af6f597cca5a17944 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 3 Dec 2023 02:17:49 -0600 Subject: [PATCH] testing --- files/debianlivecustom-12.2/boot-live.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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