From ca83c5c5f0d280d1c73f559614b13bd61a9a2d3a Mon Sep 17 00:00:00 2001 From: akanealw Date: Mon, 9 Oct 2023 12:46:01 -0500 Subject: [PATCH] fixed file name --- files/debian-live-custom-12.2/boot-live.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/debian-live-custom-12.2/boot-live.ipxe b/files/debian-live-custom-12.2/boot-live.ipxe index 4da1db1..f4a4c2f 100755 --- a/files/debian-live-custom-12.2/boot-live.ipxe +++ b/files/debian-live-custom-12.2/boot-live.ipxe @@ -1,6 +1,6 @@ #!ipxe kernel http://192.168.1.50/files/debian-live-custom-12.2/live/vmlinuz -initrd http://192.168.1.50/files/debian-live-custom-12.2/live/initrd.img +initrd http://192.168.1.50/files/debian-live-custom-12.2/live/initrd imgargs vmlinuz boot=live config hooks=filesystem username=live noeject fetch=http://192.168.1.50/files/debian-live-custom-12.2/live/filesystem.squashfs boot \ No newline at end of file