9 lines
282 B
Plaintext
Executable File
9 lines
282 B
Plaintext
Executable File
#!ipxe
|
|
|
|
set path http://192.168.1.50/files/urbackup
|
|
|
|
kernel ${path}/vmlinuz initrd=initramfs boot=live username=urbackup noswap noprompt vga=788 fetch=${path}/filesystem.squashfs live-config ocs_live keymap=NONE ocs_lang=en_US.UTF-8
|
|
initrd --name initramfs ${path}/initrd.img
|
|
|
|
boot
|