fixed file paths

This commit is contained in:
2024-04-09 10:45:19 -05:00
parent 17a53d46fa
commit 9141973242
14 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
#!ipxe #!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 set repo http://dl-cdn.alpinelinux.org/alpine/latest-stable/main
echo ${path} echo ${path}
echo ${repo} echo ${repo}

View File

@@ -1,6 +1,6 @@
#!ipxe #!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 set repo http://dl-cdn.alpinelinux.org/alpine/v3.19/main
echo ${path} echo ${path}
echo ${repo} echo ${repo}

View File

@@ -1,6 +1,6 @@
#!ipxe #!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 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 kernel ${path}/vmlinuz initrd=${path}/initrd hostname=debian domain=local auto=true url=${preseed}/debian-bullseye-preseed.cfg

View File

@@ -1,6 +1,6 @@
#!ipxe #!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 kernel ${path}/vmlinuz initrd=${path}/initrd
initrd ${path}/initrd initrd ${path}/initrd

View File

@@ -1,6 +1,6 @@
#!ipxe #!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 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 kernel ${path}/vmlinuz initrd=${path}/initrd hostname=debian domain=local auto=true url=${preseed}/debian-bookworm-preseed.cfg

View File

@@ -1,6 +1,6 @@
#!ipxe #!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 kernel ${path}/vmlinuz initrd=${path}/initrd
initrd ${path}/initrd initrd ${path}/initrd

View File

@@ -1,6 +1,6 @@
#!ipxe #!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 kernel ${path}/vmlinuz
initrd ${path}/initrd initrd ${path}/initrd

View File

@@ -1,6 +1,6 @@
#!ipxe #!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 kernel ${path}/vmlinuz
initrd ${path}/initrd.img initrd ${path}/initrd.img

View File

@@ -1,6 +1,6 @@
#!ipxe #!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 kernel ${path}/vmlinuz
initrd ${path}/initrd.img initrd ${path}/initrd.img

View File

@@ -1,6 +1,6 @@
#!ipxe #!ipxe
set path http://192.168.1.50/files/hbpe set path http://192.168.1.50/files/ipxe/hbpe
kernel ${path}/wimboot kernel ${path}/wimboot
initrd ${path}/BCD BCD initrd ${path}/BCD BCD

View File

@@ -1,9 +1,9 @@
#!ipxe #!ipxe
initrd http://192.168.1.50/files/pmagic/initrd.img initrd http://192.168.1.50/files/ipxe/pmagic/initrd.img
initrd http://192.168.1.50/files/pmagic/fu.img initrd http://192.168.1.50/files/ipxe/pmagic/fu.img
initrd http://192.168.1.50/files/pmagic/m.img initrd http://192.168.1.50/files/ipxe/pmagic/m.img
initrd http://192.168.1.50/files/pmagic/files.cgz initrd http://192.168.1.50/files/ipxe/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 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 boot

View File

@@ -1,7 +1,7 @@
#!ipxe #!ipxe
dhcp 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 kernel ${path}/linux26 vga=791 video=vesafb:ywrap,mtrr ramdisk_size=16777216 rw quiet initrd=initrd splash=silent
initrd ${path}/initrd initrd ${path}/initrd

View File

@@ -1,6 +1,6 @@
#!ipxe #!ipxe
set path http://192.168.1.50/files/veeamrecovery set path http://192.168.1.50/files/ipxe/veeamrecovery
kernel ${path}/wimboot kernel ${path}/wimboot
initrd ${path}/BCD BCD initrd ${path}/BCD BCD

View File

@@ -1,6 +1,6 @@
#!ipxe #!ipxe
set path http://192.168.1.50/files/winpe set path http://192.168.1.50/files/ipxe/winpe
kernel ${path}/wimboot kernel ${path}/wimboot
initrd ${path}/BCD BCD initrd ${path}/BCD BCD