|
From: | Danny Milosavljevic |
Subject: | [bug#27705] [PATCH 3/4] gnu: grub-efi: Add grub. |
Date: | Mon, 17 Jul 2017 20:00:45 +0200 |
> + (add-after 'install 'install-non-efi > + (lambda* (#:key inputs outputs #:allow-other-keys) > + ;; grub-mkresuce can use it for making a hybrid image. > + (copy-recursively (string-append (assoc-ref inputs "grub") > + "/lib/grub/i386-pc") > + (string-append (assoc-ref outputs "out") > + "/lib/grub/i386-pc")) > + #t))))))))) Hmm, what happens on non-x86 architectures that nonetheless use grub-efi (there are apparently such).
[Prev in Thread] | Current Thread | [Next in Thread] |