From 9141973242ad959b5414dde80fe0e36d1b103a57 Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 9 Apr 2024 10:45:19 -0500 Subject: [PATCH] fixed file paths --- ipxe/alpine-3.18.5/boot-manual.ipxe | 2 +- ipxe/alpine-3.19.1/boot-manual.ipxe | 2 +- ipxe/debian-11.7/boot-auto.ipxe | 2 +- ipxe/debian-11.7/boot-manual.ipxe | 2 +- ipxe/debian-12.4/boot-auto.ipxe | 2 +- ipxe/debian-12.4/boot-manual.ipxe | 2 +- ipxe/debianlivecustom-12.2/boot-live.ipxe | 2 +- ipxe/debianliveinstaller-12.2/boot-live.ipxe | 2 +- ipxe/debianliveinstaller-12.4/boot-live.ipxe | 2 +- ipxe/hbpe/boot.ipxe | 2 +- ipxe/pmagic/boot.ipxe | 10 +++++----- ipxe/proxmox8/boot.ipxe | 2 +- ipxe/veeamrecovery/boot.ipxe | 2 +- ipxe/winpe/boot.ipxe | 2 +- 14 files changed, 18 insertions(+), 18 deletions(-) diff --git a/ipxe/alpine-3.18.5/boot-manual.ipxe b/ipxe/alpine-3.18.5/boot-manual.ipxe index ab66510..63522cf 100755 --- a/ipxe/alpine-3.18.5/boot-manual.ipxe +++ b/ipxe/alpine-3.18.5/boot-manual.ipxe @@ -1,6 +1,6 @@ #!ipxe -set path http://192.168.1.50/files/alpine-3.18.5 +set path http://192.168.1.50/files/ipxe/alpine-3.18.5 set repo http://dl-cdn.alpinelinux.org/alpine/latest-stable/main echo ${path} echo ${repo} diff --git a/ipxe/alpine-3.19.1/boot-manual.ipxe b/ipxe/alpine-3.19.1/boot-manual.ipxe index bd1bc2e..1b6fc1b 100755 --- a/ipxe/alpine-3.19.1/boot-manual.ipxe +++ b/ipxe/alpine-3.19.1/boot-manual.ipxe @@ -1,6 +1,6 @@ #!ipxe -set path http://192.168.1.50/files/alpine-3.19.1 +set path http://192.168.1.50/files/ipxe/alpine-3.19.1 set repo http://dl-cdn.alpinelinux.org/alpine/v3.19/main echo ${path} echo ${repo} diff --git a/ipxe/debian-11.7/boot-auto.ipxe b/ipxe/debian-11.7/boot-auto.ipxe index c4aca3f..ca128a1 100755 --- a/ipxe/debian-11.7/boot-auto.ipxe +++ b/ipxe/debian-11.7/boot-auto.ipxe @@ -1,6 +1,6 @@ #!ipxe -set path http://192.168.1.50/files/debian-11.7 +set path http://192.168.1.50/files/ipxe/debian-11.7 set preseed http://192.168.1.50/files/debian kernel ${path}/vmlinuz initrd=${path}/initrd hostname=debian domain=local auto=true url=${preseed}/debian-bullseye-preseed.cfg diff --git a/ipxe/debian-11.7/boot-manual.ipxe b/ipxe/debian-11.7/boot-manual.ipxe index f4f124e..c5b93c3 100755 --- a/ipxe/debian-11.7/boot-manual.ipxe +++ b/ipxe/debian-11.7/boot-manual.ipxe @@ -1,6 +1,6 @@ #!ipxe -set path http://192.168.1.50/files/debian-11.7 +set path http://192.168.1.50/files/ipxe/debian-11.7 kernel ${path}/vmlinuz initrd=${path}/initrd initrd ${path}/initrd diff --git a/ipxe/debian-12.4/boot-auto.ipxe b/ipxe/debian-12.4/boot-auto.ipxe index 83c9048..4790794 100755 --- a/ipxe/debian-12.4/boot-auto.ipxe +++ b/ipxe/debian-12.4/boot-auto.ipxe @@ -1,6 +1,6 @@ #!ipxe -set path http://192.168.1.50/files/debian-12.4 +set path http://192.168.1.50/files/ipxe/debian-12.4 set preseed http://192.168.1.50/files/debian kernel ${path}/vmlinuz initrd=${path}/initrd hostname=debian domain=local auto=true url=${preseed}/debian-bookworm-preseed.cfg diff --git a/ipxe/debian-12.4/boot-manual.ipxe b/ipxe/debian-12.4/boot-manual.ipxe index 31b752e..74e12df 100755 --- a/ipxe/debian-12.4/boot-manual.ipxe +++ b/ipxe/debian-12.4/boot-manual.ipxe @@ -1,6 +1,6 @@ #!ipxe -set path http://192.168.1.50/files/debian-12.4 +set path http://192.168.1.50/files/ipxe/debian-12.4 kernel ${path}/vmlinuz initrd=${path}/initrd initrd ${path}/initrd diff --git a/ipxe/debianlivecustom-12.2/boot-live.ipxe b/ipxe/debianlivecustom-12.2/boot-live.ipxe index 5944fbb..cbd3890 100755 --- a/ipxe/debianlivecustom-12.2/boot-live.ipxe +++ b/ipxe/debianlivecustom-12.2/boot-live.ipxe @@ -1,6 +1,6 @@ #!ipxe -set path http://192.168.1.50/files/debianlivecustom-12.2/live +set path http://192.168.1.50/files/ipxe/debianlivecustom-12.2/live kernel ${path}/vmlinuz initrd ${path}/initrd diff --git a/ipxe/debianliveinstaller-12.2/boot-live.ipxe b/ipxe/debianliveinstaller-12.2/boot-live.ipxe index 41000db..3991473 100755 --- a/ipxe/debianliveinstaller-12.2/boot-live.ipxe +++ b/ipxe/debianliveinstaller-12.2/boot-live.ipxe @@ -1,6 +1,6 @@ #!ipxe -set path http://192.168.1.50/files/debianliveinstaller-12.2/live +set path http://192.168.1.50/files/ipxe/debianliveinstaller-12.2/live kernel ${path}/vmlinuz initrd ${path}/initrd.img diff --git a/ipxe/debianliveinstaller-12.4/boot-live.ipxe b/ipxe/debianliveinstaller-12.4/boot-live.ipxe index 963f8d5..17aaa08 100755 --- a/ipxe/debianliveinstaller-12.4/boot-live.ipxe +++ b/ipxe/debianliveinstaller-12.4/boot-live.ipxe @@ -1,6 +1,6 @@ #!ipxe -set path http://192.168.1.50/files/debianliveinstaller-12.4/live +set path http://192.168.1.50/files/ipxe/debianliveinstaller-12.4/live kernel ${path}/vmlinuz initrd ${path}/initrd.img diff --git a/ipxe/hbpe/boot.ipxe b/ipxe/hbpe/boot.ipxe index 0fd6201..ab38c7c 100755 --- a/ipxe/hbpe/boot.ipxe +++ b/ipxe/hbpe/boot.ipxe @@ -1,6 +1,6 @@ #!ipxe -set path http://192.168.1.50/files/hbpe +set path http://192.168.1.50/files/ipxe/hbpe kernel ${path}/wimboot initrd ${path}/BCD BCD diff --git a/ipxe/pmagic/boot.ipxe b/ipxe/pmagic/boot.ipxe index dcf01f4..52605bf 100755 --- a/ipxe/pmagic/boot.ipxe +++ b/ipxe/pmagic/boot.ipxe @@ -1,9 +1,9 @@ #!ipxe -initrd http://192.168.1.50/files/pmagic/initrd.img -initrd http://192.168.1.50/files/pmagic/fu.img -initrd http://192.168.1.50/files/pmagic/m.img -initrd http://192.168.1.50/files/pmagic/files.cgz -chain http://192.168.1.50/files/pmagic/bzImage initrd=http://192.168.1.50/files/pmagic/initrd.img initrd=http://192.168.1.50/files/pmagic/fu.img initrd=http://192.168.1.50/files/pmagic/m.img initrd=http://192.168.1.50/files/pmagic/files.cgz +initrd http://192.168.1.50/files/ipxe/pmagic/initrd.img +initrd http://192.168.1.50/files/ipxe/pmagic/fu.img +initrd http://192.168.1.50/files/ipxe/pmagic/m.img +initrd http://192.168.1.50/files/ipxe/pmagic/files.cgz +chain http://192.168.1.50/files/ipxe/pmagic/bzImage initrd=http://192.168.1.50/files/ipxe/pmagic/initrd.img initrd=http://192.168.1.50/files/ipxe/pmagic/fu.img initrd=http://192.168.1.50/files/ipxe/pmagic/m.img initrd=http://192.168.1.50/files/ipxe/pmagic/files.cgz boot diff --git a/ipxe/proxmox8/boot.ipxe b/ipxe/proxmox8/boot.ipxe index 6625d87..bc639b9 100755 --- a/ipxe/proxmox8/boot.ipxe +++ b/ipxe/proxmox8/boot.ipxe @@ -1,7 +1,7 @@ #!ipxe dhcp -set path http://192.168.1.50/files/proxmox8 +set path http://192.168.1.50/files/ipxe/proxmox8 kernel ${path}/linux26 vga=791 video=vesafb:ywrap,mtrr ramdisk_size=16777216 rw quiet initrd=initrd splash=silent initrd ${path}/initrd diff --git a/ipxe/veeamrecovery/boot.ipxe b/ipxe/veeamrecovery/boot.ipxe index 8df5771..a174bd9 100755 --- a/ipxe/veeamrecovery/boot.ipxe +++ b/ipxe/veeamrecovery/boot.ipxe @@ -1,6 +1,6 @@ #!ipxe -set path http://192.168.1.50/files/veeamrecovery +set path http://192.168.1.50/files/ipxe/veeamrecovery kernel ${path}/wimboot initrd ${path}/BCD BCD diff --git a/ipxe/winpe/boot.ipxe b/ipxe/winpe/boot.ipxe index 4096d80..1f1f5cd 100755 --- a/ipxe/winpe/boot.ipxe +++ b/ipxe/winpe/boot.ipxe @@ -1,6 +1,6 @@ #!ipxe -set path http://192.168.1.50/files/winpe +set path http://192.168.1.50/files/ipxe/winpe kernel ${path}/wimboot initrd ${path}/BCD BCD