12 lines
272 B
Plaintext
Executable File
12 lines
272 B
Plaintext
Executable File
#!ipxe
|
|
|
|
set path http://192.168.1.50/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
|
|
|
|
boot
|