packages: grub2/grub.sysconfig - comments to GRUB_DEFAULT about 'saved' value

glen glen at pld-linux.org
Wed Jul 27 08:12:05 CEST 2011


Author: glen                         Date: Wed Jul 27 06:12:05 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- comments to GRUB_DEFAULT about 'saved' value

---- Files affected:
packages/grub2:
   grub.sysconfig (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: packages/grub2/grub.sysconfig
diff -u packages/grub2/grub.sysconfig:1.10 packages/grub2/grub.sysconfig:1.11
--- packages/grub2/grub.sysconfig:1.10	Sat Mar  5 16:17:15 2011
+++ packages/grub2/grub.sysconfig	Wed Jul 27 08:12:00 2011
@@ -2,13 +2,21 @@
 #
 # If you change this file, run 'update-grub' afterwards to update /boot/grub/grub.cfg.
 #
-# To enable auto generation of /boot/grub/grub.conf on kernel package's
+# To enable auto generation of /boot/grub/grub.conf on kernel package
 # install, UPDATE_GRUB must be set to "yes".
 #UPDATE_GRUB=yes
 
+# Default entry to boot. Numeric value starting with 0.
+# Use special value 'saved' to stick with last booted entry. used with GRUB_SAVEDEFAULT
 GRUB_DEFAULT=0
+
+# save_default_entry
+#GRUB_SAVEDEFAULT=true
+
 GRUB_TIMEOUT=5
+
 GRUB_DISTRIBUTOR=$(lsb_release -i -s 2> /dev/null || echo PLD)
+
 GRUB_CMDLINE_LINUX_DEFAULT="quiet"
 GRUB_CMDLINE_LINUX=""
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/grub2/grub.sysconfig?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list