Added support for netboot.xyz
authorAndreas "Jimmy" Gredler <jimmy@grml.org>
Wed, 13 Apr 2016 09:58:14 +0000 (02:58 -0700)
committerAndreas "Jimmy" Gredler <jimmy@grml.org>
Wed, 13 Apr 2016 16:10:36 +0000 (09:10 -0700)
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

templates/boot/grub/addons.cfg
templates/boot/isolinux/addon_27_netboot.cfg [new file with mode: 0644]

index ed91b04..130ab05 100644 (file)
@@ -9,6 +9,11 @@ menuentry "iPXE - boot via network/PXE" {
     linux16 /boot/addons/ipxe.lkrn
 }
 
     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
 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 (file)
index 0000000..39a33d8
--- /dev/null
@@ -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