Files
fileserver/files/pmagic/boot.ipxe
2023-12-03 02:55:58 -06:00

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