Integrate netboot package generation
[grml-live.git] / templates / boot / isolinux / netboot.cfg
1 default grml
2 label grml
3   menu DEFAULT
4   menu label %GRML_NAME% ^Standard (%VERSION%, %ARCH%)
5   kernel linux26
6   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 
7
8   text help
9                                         Grml is a Debian based Linux live
10                                         system for system administrators
11                                         and users of text tools.
12
13                                                          http://grml.org/
14   endtext
15