Files
fileserver/ipxe/debian-11.7/boot-manual.ipxe
2024-04-09 10:45:19 -05:00

9 lines
134 B
Plaintext
Executable File

#!ipxe
set path http://192.168.1.50/files/ipxe/debian-11.7
kernel ${path}/vmlinuz initrd=${path}/initrd
initrd ${path}/initrd
boot