summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-11-10 15:52:39 +0100
committerLudovic Courtès <ludo@gnu.org>2014-11-10 22:42:14 +0100
commit7eda0c567baf1505ba918539d2095e08f328b466 (patch)
treea1190a71c27af35024d80cdf0994cb16063bd90e /gnu/system
parente1a94b978e2c0983d6990e6a36a9b5e275aa5f5b (diff)
downloadguix-patches-7eda0c567baf1505ba918539d2095e08f328b466.tar
guix-patches-7eda0c567baf1505ba918539d2095e08f328b466.tar.gz
install: Add GRUB to the set of global packages.
* gnu/system/install.scm (installation-os)[packages]: Add GRUB.
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/install.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 567934e4c1..12470d16c9 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -24,6 +24,7 @@
#:use-module (gnu packages linux)
#:use-module (gnu packages package-management)
#:use-module (gnu packages disk)
+ #:use-module (gnu packages grub)
#:use-module (gnu packages texinfo)
#:export (installation-os))
@@ -244,8 +245,9 @@ Use Alt-F2 for documentation.
;; Explicitly allow for empty passwords.
(base-pam-services #:allow-empty-passwords? #t))
- (packages (cons* texinfo-4 ; for the standalone Info reader
+ (packages (cons* texinfo-4 ;for the standalone Info reader
parted ddrescue
+ grub ;mostly so xrefs to its manual work
wireless-tools
;; XXX: We used to have GNU fdisk here, but as of version
;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable