]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
grub: Depend on efibootmgr
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Sep 2023 11:56:33 +0000 (11:56 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Sep 2023 11:56:33 +0000 (11:56 +0000)
In order to install the bootloader on EFI systems, we require
efibootmgr.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
grub/grub.nm

index e5ea727b449d7c60247f8f55d6cc10612cdc53c2..263a36d56bad95249413406d4b4302f47e4a449b 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = grub
 version    = 2.06
-release    = 1.1
+release    = 2
 
 groups     = System/Boot
 url        = https://www.gnu.org/software/grub/
@@ -111,6 +111,7 @@ end
 packages
        package %{name}
                requires
+                       efibootmgr
                        gettext
                        system-logos >= 2
                end