grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Configuration option to disable os-prober?


From: Colin Watson
Subject: Re: Configuration option to disable os-prober?
Date: Sun, 23 Aug 2009 15:31:19 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

On Sun, Aug 23, 2009 at 03:22:41PM +0200, Felix Zielcke wrote:
> Doestn't grub-mkconfig need to export it so it's actually usable
> in /etc/default/grub?

Yes, that seems likely. Sorry about that.

2009-08-23  Colin Watson  <address@hidden>

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

Index: util/grub-mkconfig.in
===================================================================
--- util/grub-mkconfig.in       (revision 2514)
+++ util/grub-mkconfig.in       (working copy)
@@ -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

-- 
Colin Watson                                       address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]