X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2F%25SHORT_NAME%25_options.cfg;h=595fddfe6a77f1a3370332827b07e019b47d66c3;hb=308d87b0f5b576962756484d50e8bd11b680bfb0;hp=0c5d4a0575afea21bef42325c800a712c650e76f;hpb=f1d811084da5ed53cd5a3c2c22457d0d605effe2;p=grml-live.git diff --git a/templates/boot/grub/%SHORT_NAME%_options.cfg b/templates/boot/grub/%SHORT_NAME%_options.cfg index 0c5d4a0..595fddf 100644 --- a/templates/boot/grub/%SHORT_NAME%_options.cfg +++ b/templates/boot/grub/%SHORT_NAME%_options.cfg @@ -1,8 +1,8 @@ submenu "%GRML_NAME% - advanced options ->" --class=submenu { -menuentry "%GRML_NAME% - enable persistent mode" { +menuentry "%GRML_NAME% - enable persistency mode" { set gfxpayload=keep echo 'Loading kernel...' - linux /boot/%SHORT_NAME%/vmlinuz apm=power-off boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% nomce "${loopback}" "${kernelopts}" persistent + linux /boot/%SHORT_NAME%/vmlinuz apm=power-off boot=live live-media-path=/live/%GRML_NAME%/ bootid=%BOOTID% nomce "${loopback}" "${kernelopts}" persistence echo 'Loading initrd...' initrd /boot/%SHORT_NAME%/initrd.img }