| @@ -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 | |
waja / gist:fdfd880db9b04a29aa3449d37c0b06ac
Last active 3 months ago
waja revised this gist 9 years ago · 6d7ab39
No changes
waja revised this gist 9 years ago · 51fac81
1 file changed, 10 insertions