From: Andreas "Jimmy" Gredler Date: Wed, 13 Apr 2016 09:58:14 +0000 (-0700) Subject: Added support for netboot.xyz X-Git-Tag: v0.28.0~36 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=7fce04b8ca91d232da364657edbbd2a0ec126cf9 Added support for netboot.xyz Added configuration for isolinux and grub to add a menu entry to boot netboot.xyz. The actual netboot.xyz.lkrn needs to be part of grml-live-addons to make this work, see PR #8: https://github.com/grml/grml-live-grml/pull/8 --- diff --git a/templates/boot/grub/addons.cfg b/templates/boot/grub/addons.cfg index ed91b04..130ab05 100644 --- a/templates/boot/grub/addons.cfg +++ b/templates/boot/grub/addons.cfg @@ -9,6 +9,11 @@ menuentry "iPXE - boot via network/PXE" { linux16 /boot/addons/ipxe.lkrn } +menuentry "Netboot.xyz" { + insmod linux16 + linux16 /boot/addons/netboot.xyz.lkrn +} + menuentry "GRUB - all in one image" { insmod linux16 linux16 /boot/addons/memdisk diff --git a/templates/boot/isolinux/addon_27_netboot.cfg b/templates/boot/isolinux/addon_27_netboot.cfg new file mode 100644 index 0000000..39a33d8 --- /dev/null +++ b/templates/boot/isolinux/addon_27_netboot.cfg @@ -0,0 +1,8 @@ +label netboot.xyz + menu label Run ^Netboot.xyz + kernel /boot/addons/netboot.xyz.lkrn + + text help + Start Netboot.xyz for booting + over the network. + endtext