diff --git a/files/pmagic/boot.ipxe b/files/pmagic/boot.ipxe index 80bd3a2..dcf01f4 100755 --- a/files/pmagic/boot.ipxe +++ b/files/pmagic/boot.ipxe @@ -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