]> git.pld-linux.org Git - packages/grub2.git/commitdiff
- UPDATE_GRUB=yes sample
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 9 Mar 2010 09:53:40 +0000 (09:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    grub.sysconfig -> 1.8

grub.sysconfig

index f84cf1ee180345a9d469e728b50c837ce4f975d7..3ac6ac59aa332c2e09ff33bfb3f87c0e1dc2f7b0 100644 (file)
@@ -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=""
 
This page took 0.029877 seconds and 4 git commands to generate.