updated folder names

This commit is contained in:
2023-10-09 13:11:19 -05:00
parent ca83c5c5f0
commit 3941698c75
5 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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