changed path back

This commit is contained in:
2023-12-03 03:13:31 -06:00
parent 78e123b97e
commit a57d216bec

View File

@@ -1,11 +1,9 @@
#!ipxe
set path http://192.168.1.50/files/pmagic
initrd ${path}/initrd.img
initrd ${path}/fu.img
initrd ${path}/m.img
initrd ${path}/files.cgz
chain ${path}/bzImage initrd=${path}/initrd.img initrd=${path}/fu.img initrd=${path}/m.img initrd=${path}/files.cgz
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
boot