From 3941698c75c07f9d8306af657e4795aa9058917c Mon Sep 17 00:00:00 2001 From: akanealw Date: Mon, 9 Oct 2023 13:11:19 -0500 Subject: [PATCH] updated folder names --- files/debian-live-custom-12.2/boot-live.ipxe | 6 ------ files/debianlivecustom-12.2/boot-live.ipxe | 6 ++++++ .../live/initrd | Bin .../live/vmlinuz | Bin files/ipxe/menu.ipxe | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100755 files/debian-live-custom-12.2/boot-live.ipxe create mode 100755 files/debianlivecustom-12.2/boot-live.ipxe rename files/{debian-live-custom-12.2 => debianlivecustom-12.2}/live/initrd (100%) rename files/{debian-live-custom-12.2 => debianlivecustom-12.2}/live/vmlinuz (100%) diff --git a/files/debian-live-custom-12.2/boot-live.ipxe b/files/debian-live-custom-12.2/boot-live.ipxe deleted file mode 100755 index f4a4c2f..0000000 --- a/files/debian-live-custom-12.2/boot-live.ipxe +++ /dev/null @@ -1,6 +0,0 @@ -#!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 -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 diff --git a/files/debianlivecustom-12.2/boot-live.ipxe b/files/debianlivecustom-12.2/boot-live.ipxe new file mode 100755 index 0000000..7cc24d0 --- /dev/null +++ b/files/debianlivecustom-12.2/boot-live.ipxe @@ -0,0 +1,6 @@ +#!ipxe + +kernel http://192.168.1.50/files/debianlivecustom-12.2/live/vmlinuz +initrd http://192.168.1.50/files/debianlivecustom-12.2/live/initrd +imgargs vmlinuz boot=live config hooks=filesystem username=live noeject fetch=http://192.168.1.50/files/debianlivecustom-12.2/live/filesystem.squashfs +boot \ No newline at end of file diff --git a/files/debian-live-custom-12.2/live/initrd b/files/debianlivecustom-12.2/live/initrd similarity index 100% rename from files/debian-live-custom-12.2/live/initrd rename to files/debianlivecustom-12.2/live/initrd diff --git a/files/debian-live-custom-12.2/live/vmlinuz b/files/debianlivecustom-12.2/live/vmlinuz similarity index 100% rename from files/debian-live-custom-12.2/live/vmlinuz rename to files/debianlivecustom-12.2/live/vmlinuz diff --git a/files/ipxe/menu.ipxe b/files/ipxe/menu.ipxe index 42dd982..1aa44c6 100755 --- a/files/ipxe/menu.ipxe +++ b/files/ipxe/menu.ipxe @@ -77,7 +77,7 @@ chain http://192.168.1.50/files/debianlive-12.2/boot-live.ipxe || goto failed goto start :debian12livecustom -chain http://192.168.1.50/files/debian-live-custom-12.2/boot-live.ipxe || goto failed +chain http://192.168.1.50/files/debianlivecustom-12.2/boot-live.ipxe || goto failed goto start :debian11auto