[2515] 2009-08-23 Colin Watson <[email protected]>

Felix Zielcke <[email protected]> Sun, 23 Aug 2009 15:09:06 +0000
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2515
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2515
Author:   fzielcke
Date:     2009-08-23 15:09:05 +0000 (Sun, 23 Aug 2009)
Log Message:
-----------
2009-08-23  Colin Watson  <[email protected]>

	* util/grub-mkconfig.in: Export GRUB_DISABLE_OS_PROBER.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/util/grub-mkconfig.in

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-08-23 12:59:22 UTC (rev 2514)
+++ trunk/grub2/ChangeLog	2009-08-23 15:09:05 UTC (rev 2515)
@@ -1,5 +1,9 @@
 2009-08-23  Colin Watson  <[email protected]>
 
+	* util/grub-mkconfig.in: Export GRUB_DISABLE_OS_PROBER.
+
+2009-08-23  Colin Watson  <[email protected]>
+
 	* util/grub.d/30_os-prober.in: Disable os-prober if
 	`GRUB_DISABLE_OS_PROBER' was set to true.
 

Modified: trunk/grub2/util/grub-mkconfig.in
===================================================================
--- trunk/grub2/util/grub-mkconfig.in	2009-08-23 12:59:22 UTC (rev 2514)
+++ trunk/grub2/util/grub-mkconfig.in	2009-08-23 15:09:05 UTC (rev 2515)
@@ -205,7 +205,8 @@
   GRUB_SERIAL_COMMAND \
   GRUB_DISABLE_LINUX_UUID \
   GRUB_DISABLE_LINUX_RECOVERY \
-  GRUB_GFXMODE
+  GRUB_GFXMODE \
+  GRUB_DISABLE_OS_PROBER
 
 if test "x${grub_cfg}" != "x"; then
   rm -f ${grub_cfg}.new