Revert "gnu: grub: Add dependency on efibootmgr."
This reverts commit 3eee16130d
.
Reverted in favor of separate grub-efi package. See discussion at
https://lists.gnu.org/archive/html/guix-devel/2016-12/msg00765.html .
master
parent
7d8f7ab9be
commit
7d0910d4a7
|
@ -84,12 +84,6 @@
|
||||||
(assoc-ref inputs "mdadm")
|
(assoc-ref inputs "mdadm")
|
||||||
"/sbin/mdadm\"")))
|
"/sbin/mdadm\"")))
|
||||||
|
|
||||||
;; Ditto for efibootmgr.
|
|
||||||
(substitute* "grub-core/osdep/unix/platform.c"
|
|
||||||
(("efibootmgr")
|
|
||||||
(string-append (assoc-ref inputs "efibootmgr")
|
|
||||||
"/sbin/efibootmgr")))
|
|
||||||
|
|
||||||
;; Make the font visible.
|
;; Make the font visible.
|
||||||
(copy-file (assoc-ref inputs "unifont") "unifont.bdf.gz")
|
(copy-file (assoc-ref inputs "unifont") "unifont.bdf.gz")
|
||||||
(system* "gunzip" "unifont.bdf.gz")
|
(system* "gunzip" "unifont.bdf.gz")
|
||||||
|
@ -104,9 +98,6 @@
|
||||||
(inputs
|
(inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
|
||||||
;; For {U,}EFI.
|
|
||||||
("efibootmgr" ,efibootmgr)
|
|
||||||
|
|
||||||
;; Depend on LVM2 for libdevmapper, used by 'grub-probe' and
|
;; Depend on LVM2 for libdevmapper, used by 'grub-probe' and
|
||||||
;; 'grub-install' to recognize mapped devices (LUKS, etc.)
|
;; 'grub-install' to recognize mapped devices (LUKS, etc.)
|
||||||
("lvm2" ,lvm2)
|
("lvm2" ,lvm2)
|
||||||
|
|
Reference in New Issue