9 lines
294 B
Plaintext
Executable File
9 lines
294 B
Plaintext
Executable File
#!ipxe
|
|
|
|
initrd http://192.168.1.50/pmagic/initrd.img
|
|
initrd http://192.168.1.50/pmagic/fu.img
|
|
initrd http://192.168.1.50/pmagic/m.img
|
|
initrd http://192.168.1.50/pmagic/files.cgz
|
|
chain http://192.168.1.50/pmagic/bzImage initrd=initrd.img initrd=fu.img initrd=m.img initrd=files.cgz
|
|
boot
|