X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=templates%2Fboot%2Fisolinux%2Fgrml.cfg;h=82ef3c71f464db723976a94ee1866e6d7c7df91e;hb=73e44c036894d592d3c438133bf9804e304d719a;hp=9aadb0682265796011c736819d06d325f90d187f;hpb=54ed64c234583e5ee552f53811f0f74b0b183181;p=grml-live-grml.git diff --git a/templates/boot/isolinux/grml.cfg b/templates/boot/isolinux/grml.cfg index 9aadb06..82ef3c7 100644 --- a/templates/boot/isolinux/grml.cfg +++ b/templates/boot/isolinux/grml.cfg @@ -5,7 +5,7 @@ label debug menu label %GRML_NAME% - ^Debug Mode kernel /boot/%SHORT_NAME%/linux26 - append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% bootfrom=removable apm=power-off vga=791 verbose debug=vc debug initcall_debug nomce + append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% bootfrom=removable apm=power-off vga=791 verbose debug=vc initcall nomce text help Boot Grml in debug mode, which @@ -22,7 +22,7 @@ label nofb Boot Grml without framebuffer. endtext -label lang-de +label ssh menu label %GRML_NAME% - Enable ^SSH (with random password) kernel /boot/%SHORT_NAME%/linux26 append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% bootfrom=removable apm=power-off vga=791 quiet nomce ssh @@ -95,10 +95,22 @@ label grml2ram to use this option. endtext +label persistent + menu label %GRML_NAME% - ^Persistent mode + kernel /boot/%SHORT_NAME%/linux26 + append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% bootfrom=removable apm=power-off vga=791 quiet nomce persistent + + text help + Boot Grml and enable persistency + feature to store system and + settings on an external device + with label live-rw / home-rw. + endtext + label serial menu label %GRML_NAME% - Serial ^Console kernel /boot/%SHORT_NAME%/linux26 - append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% bootfrom=removable apm=power-off vga=normal video=vesafb:off quiet nomce noquick console=tty1 console=ttyS0,9600n8 + append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% bootfrom=removable apm=power-off vga=normal video=vesafb:off quiet nomce console=tty1 console=ttyS0,9600n8 text help