guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: grub: Add dependency on LVM2.


From: Ludovic Courtès
Subject: 01/06: gnu: grub: Add dependency on LVM2.
Date: Tue, 22 Nov 2016 23:21:13 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 10da75dff8cac41658b6a2eaf8cfeae691242a28
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 22 11:26:02 2016 +0100

    gnu: grub: Add dependency on LVM2.
    
    * gnu/packages/grub.scm (grub)[inputs]: Add LVM2.
---
 gnu/packages/grub.scm |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/grub.scm b/gnu/packages/grub.scm
index b920be9..ef7395e 100644
--- a/gnu/packages/grub.scm
+++ b/gnu/packages/grub.scm
@@ -127,9 +127,16 @@
                        (("set -e") "exit 77\nset -e"))
                      #t)))))
     (inputs
-     `(;; ("lvm2" ,lvm2)
-       ("gettext" ,gettext-minimal)
+     `(("gettext" ,gettext-minimal)
+
+       ;; Depend on LVM2 for libdevmapper, used by 'grub-probe' and
+       ;; 'grub-install' to recognize mapped devices (LUKS, etc.)
+       ("lvm2" ,lvm2)
+
+       ;; Depend on mdadm, which is invoked by 'grub-probe' and 'grub-install'
+       ;; to determine whether the root file system is RAID.
        ("mdadm" ,mdadm)
+
        ("freetype" ,freetype)
        ;; ("libusb" ,libusb)
        ;; ("fuse" ,fuse)



reply via email to

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