Zuletzt aktiv 6 months ago

waja hat die Gist bearbeitet 8 years ago. Zu Änderung gehen

Keine Änderungen

waja hat die Gist bearbeitet 8 years ago. Zu Änderung gehen

1 file changed, 10 insertions

cloudatcost_netboot(Datei erstellt)

@@ -0,0 +1,10 @@
1 + wget -c "https://boot.netboot.xyz/ipxe/netboot.xyz.lkrn" -O /boot/netboot.xyz.lkrn && \
2 + cat > /etc/grub.d/40_custom <<EOF
3 + #!/bin/sh
4 + exec tail -n +3 \$0
5 + menuentry 'netboot.xyz' {
6 + set root='hd0,msdos1'
7 + linux16 /netboot.xyz.lkrn
8 + }
9 + EOF
10 + update-grub
Neuer Älter