templates/boot: Use persistent=nofiles as default, as this causes less problems by...
authorMichael Prokop <mika@grml.org>
Tue, 28 Dec 2010 22:06:51 +0000 (23:06 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 28 Dec 2010 22:06:51 +0000 (23:06 +0100)
templates/boot/grub/grub.cfg
templates/boot/isolinux/grml.cfg

index da66d68..05d7493 100644 (file)
@@ -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
 }
 
index f801d64..a3e8efa 100644 (file)
@@ -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