changed path back
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user