Integrate netboot package generation
[grml-live.git] / templates / boot / isolinux / netboot.cfg
diff --git a/templates/boot/isolinux/netboot.cfg b/templates/boot/isolinux/netboot.cfg
new file mode 100644 (file)
index 0000000..ecfb0b5
--- /dev/null
@@ -0,0 +1,15 @@
+default grml
+label grml
+  menu DEFAULT
+  menu label %GRML_NAME% ^Standard (%VERSION%, %ARCH%)
+  kernel linux26
+  append initrd=initrd.img root=/dev/nfs rw nfsroot=192.168.0.1:/live/image boot=live bootid=%BOOTID% apm=power-off quiet nomce noprompt noeject vga=791 
+
+  text help
+                                        Grml is a Debian based Linux live
+                                        system for system administrators
+                                        and users of text tools.
+
+                                                         http://grml.org/
+  endtext
+