fixed file paths
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user