Support conf/bootid.txt and use bootoption bootfrom=removable by default.
[grml-live.git] / templates / boot / isolinux / default.cfg
1 label grml
2   menu DEFAULT
3   menu label %GRML_NAME% ^Standard (%VERSION%, %ARCH%)
4   kernel /boot/%SHORT_NAME%/linux26
5   append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% bootfrom=removable apm=power-off vga=791 quiet nomce 
6
7   text help
8                                         Grml is a Debian based Linux live
9                                         system for system administrators
10                                         and users of text tools.
11
12                                                          http://grml.org/
13   endtext
14