mirror of
https://git.libreschool.org/paspo/brasatore.git
synced 2024-11-22 14:18:44 +00:00
7 lines
355 B
Plaintext
7 lines
355 B
Plaintext
|
#!ipxe
|
||
|
|
||
|
echo Booting openSUSE Leap 15.5 (NFS)
|
||
|
initrd ${boot-url}/mount/openSUSE-Leap-15.5-DVD-x86_64-Build491.1-Media.iso/boot/x86_64/loader/initrd
|
||
|
chain ${boot-url}/mount/openSUSE-Leap-15.5-DVD-x86_64-Build491.1-Media.iso/boot/x86_64/loader/linux install=${boot-url}/mount/openSUSE-Leap-15.5-DVD-x86_64-Build491.1-Media.iso splash=silent initrd=initrd
|
||
|
|