Son aktivite 6 months ago

Revizyon 51fac813b778a9eafd2410e1532bcd91b68c395b

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