From: Michael Prokop Date: Tue, 28 Dec 2010 22:06:51 +0000 (+0100) Subject: templates/boot: Use persistent=nofiles as default, as this causes less problems by... X-Git-Tag: v0.12.5~3 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=b8a13e3f8afff62fe3d767264b83d4ccde4cf006;hp=7883c5f346dc470bdcae370c68a77de0dc385766 templates/boot: Use persistent=nofiles as default, as this causes less problems by default. --- diff --git a/templates/boot/grub/grub.cfg b/templates/boot/grub/grub.cfg index da66d68..05d7493 100644 --- a/templates/boot/grub/grub.cfg +++ b/templates/boot/grub/grub.cfg @@ -89,7 +89,7 @@ menuentry "Boot OS of first partition on first disk" { menuentry "%GRML_NAME% - enable persistent mode" { set gfxpayload=1024x768x16,1024x768 - linux /boot/%SHORT_NAME%/linux26 apm=power-off boot=live bootid=%BOOTID% nomce "${loopback}" "${kernelopts}" quiet persistent + linux /boot/%SHORT_NAME%/linux26 apm=power-off boot=live bootid=%BOOTID% nomce "${loopback}" "${kernelopts}" quiet persistent=nofiles initrd /boot/%SHORT_NAME%/initrd.gz } diff --git a/templates/boot/isolinux/grml.cfg b/templates/boot/isolinux/grml.cfg index f801d64..a3e8efa 100644 --- a/templates/boot/isolinux/grml.cfg +++ b/templates/boot/isolinux/grml.cfg @@ -108,7 +108,7 @@ label grml2ram label persistent menu label %GRML_NAME% - ^Persistent mode kernel /boot/%SHORT_NAME%/linux26 - append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce persistent + append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live bootid=%BOOTID% apm=power-off vga=791 quiet nomce persistent=nofiles text help Boot Grml and enable persistency