changed path back
This commit is contained in:
@@ -1,11 +1,9 @@
|
|||||||
#!ipxe
|
#!ipxe
|
||||||
|
|
||||||
set path http://192.168.1.50/files/pmagic
|
initrd http://192.168.1.50/files/pmagic/initrd.img
|
||||||
|
initrd http://192.168.1.50/files/pmagic/fu.img
|
||||||
initrd ${path}/initrd.img
|
initrd http://192.168.1.50/files/pmagic/m.img
|
||||||
initrd ${path}/fu.img
|
initrd http://192.168.1.50/files/pmagic/files.cgz
|
||||||
initrd ${path}/m.img
|
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 ${path}/files.cgz
|
|
||||||
chain ${path}/bzImage initrd=${path}/initrd.img initrd=${path}/fu.img initrd=${path}/m.img initrd=${path}/files.cgz
|
|
||||||
|
|
||||||
boot
|
boot
|
||||||
|
|||||||
Reference in New Issue
Block a user