diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-23 21:53:24 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-23 21:56:31 +0100 |
commit | b419c7f5fb5774b3af201550c11d9c5f867570ae (patch) | |
tree | c7dd4f48d09d3b371d3f8f20b040293edf54f0e7 /doc | |
parent | b6e2215af76a350da7c37e2105a17e66bc5c0504 (diff) | |
download | patches-b419c7f5fb5774b3af201550c11d9c5f867570ae.tar patches-b419c7f5fb5774b3af201550c11d9c5f867570ae.tar.gz |
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 'doc')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 4868813876..a2f881fbe5 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3275,8 +3275,9 @@ Systems}). This is typically done using the @code{-L} option of @command{mkfs.ext4} and related commands. The installation image includes Parted (@pxref{Overview,,, parted, GNU -Parted User Manual}), @command{fdisk}, and e2fsprogs, the suite of tools -to manipulate ext2/ext3/ext4 file systems. +Parted User Manual}), @command{fdisk}, Cryptsetup/LUKS for disk +encryption, and e2fsprogs, the suite of tools to manipulate +ext2/ext3/ext4 file systems. @item Once that is done, mount the target root partition under @file{/mnt}. |