]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
grub: Add dependecy to os-prober.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 May 2010 14:54:33 +0000 (16:54 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 13 May 2010 14:55:17 +0000 (16:55 +0200)
This will enable grub-mkconfig to autodetect other
operating systems installed on the computer.

pkgs/core/grub/grub.nm

index 36855bc8772b6c8e0854ccf2150413d85f9decd4..dd5365a37c2c401cfccfdc23b45972df6f97c027 100644 (file)
@@ -35,7 +35,7 @@ PKG_LICENSE    = GPLv2+
 PKG_SUMMARY    = Grand Unified Boot Loader.
 
 PKG_BUILD_DEPS+= autoconf automake bison flex
-PKG_DEPS      += freetype ncurses zlib
+PKG_DEPS      += freetype ncurses os-prober zlib
 
 define PKG_DESCRIPTION
        GRUB (Grand Unified Boot Loader) is an experimental boot loader \