summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-11-23 21:53:24 +0100
committerLudovic Courtès <ludo@gnu.org>2014-11-23 21:56:31 +0100
commitb419c7f5fb5774b3af201550c11d9c5f867570ae (patch)
treec7dd4f48d09d3b371d3f8f20b040293edf54f0e7 /gnu
parentb6e2215af76a350da7c37e2105a17e66bc5c0504 (diff)
install: Add Cryptsetup to the image.
Reported by Nikita Karetnikov. * gnu/system/install.scm (installation-os)[packages]: Add CRYPTSETUP. * doc/guix.texi (System Installation): Mention it.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/system/install.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 961361b937b..dd3a3eb2921 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -22,6 +22,7 @@
22 #:use-module (guix monads) 22 #:use-module (guix monads)
23 #:use-module ((guix store) #:select (%store-prefix)) 23 #:use-module ((guix store) #:select (%store-prefix))
24 #:use-module (gnu packages linux) 24 #:use-module (gnu packages linux)
25 #:use-module (gnu packages cryptsetup)
25 #:use-module (gnu packages package-management) 26 #:use-module (gnu packages package-management)
26 #:use-module (gnu packages disk) 27 #:use-module (gnu packages disk)
27 #:use-module (gnu packages grub) 28 #:use-module (gnu packages grub)
@@ -254,6 +255,7 @@ Use Alt-F2 for documentation.
254 (packages (cons* texinfo-4 ;for the standalone Info reader 255 (packages (cons* texinfo-4 ;for the standalone Info reader
255 parted ddrescue 256 parted ddrescue
256 grub ;mostly so xrefs to its manual work 257 grub ;mostly so xrefs to its manual work
258 cryptsetup
257 wireless-tools 259 wireless-tools
258 ;; XXX: We used to have GNU fdisk here, but as of version 260 ;; XXX: We used to have GNU fdisk here, but as of version
259 ;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable 261 ;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable