packages: grub2/grub.sysconfig - UPDATE_GRUB=yes sample

glen glen at pld-linux.org
Tue Mar 9 10:53:45 CET 2010


Author: glen                         Date: Tue Mar  9 09:53:45 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- UPDATE_GRUB=yes sample

---- Files affected:
packages/grub2:
   grub.sysconfig (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/grub2/grub.sysconfig
diff -u packages/grub2/grub.sysconfig:1.7 packages/grub2/grub.sysconfig:1.8
--- packages/grub2/grub.sysconfig:1.7	Sat Dec  5 16:09:37 2009
+++ packages/grub2/grub.sysconfig	Tue Mar  9 10:53:40 2010
@@ -1,9 +1,13 @@
-# If you change this file, run 'update-grub' afterwards to update
-# /boot/grub/grub.cfg.
+# Configuration file for grub.
+#
+# If you change this file, run 'update-grub' afterwards to update /boot/grub/grub.cfg.
+#
+# To enable auto generation on kernel package's install, UPDATE_GRUB must be set to "yes".
+#UPDATE_GRUB=yes
 
 GRUB_DEFAULT=0
 GRUB_TIMEOUT=5
-GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo PLD`
+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.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list