X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=templates%2Fboot%2Fisolinux%2Fgrml.cfg;h=82ef3c71f464db723976a94ee1866e6d7c7df91e;hp=3f87dec30fa7d8dfb1da3e0867f784efa82e3633;hb=74c1552c554a38871c6adadc78299b44f7af2f58;hpb=9b9e3cb1d3db3d51ff0bf508782d0b4304b3ccd0 diff --git a/templates/boot/isolinux/grml.cfg b/templates/boot/isolinux/grml.cfg index 3f87dec..82ef3c7 100644 --- a/templates/boot/isolinux/grml.cfg +++ b/templates/boot/isolinux/grml.cfg @@ -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