Files
fileserver/files/hbpe/boot.ipxe
2023-12-03 03:09:37 -06:00

11 lines
230 B
Plaintext
Executable File

#!ipxe
set path http://192.168.1.50/files/hbpe
kernel ${path}/wimboot
initrd ${path}/BCD BCD
initrd ${path}/boot.sdi boot.sdi
initrd ${path}/boot.wim boot.wim
boot