add placeholder and explanation inviting local patches to isolinux.cfg
[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 vmlinuz
6   append initrd=initrd.img root=/dev/nfs rw nfsroot=192.168.0.1:/live/image boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% apm=power-off nomce net.ifnames=0 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