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.
This commit is contained in:
parent
b6e2215af7
commit
b419c7f5fb
@ -3275,8 +3275,9 @@ Systems}). This is typically done using the @code{-L} option of
|
|||||||
@command{mkfs.ext4} and related commands.
|
@command{mkfs.ext4} and related commands.
|
||||||
|
|
||||||
The installation image includes Parted (@pxref{Overview,,, parted, GNU
|
The installation image includes Parted (@pxref{Overview,,, parted, GNU
|
||||||
Parted User Manual}), @command{fdisk}, and e2fsprogs, the suite of tools
|
Parted User Manual}), @command{fdisk}, Cryptsetup/LUKS for disk
|
||||||
to manipulate ext2/ext3/ext4 file systems.
|
encryption, and e2fsprogs, the suite of tools to manipulate
|
||||||
|
ext2/ext3/ext4 file systems.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Once that is done, mount the target root partition under @file{/mnt}.
|
Once that is done, mount the target root partition under @file{/mnt}.
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#:use-module (guix monads)
|
#:use-module (guix monads)
|
||||||
#:use-module ((guix store) #:select (%store-prefix))
|
#:use-module ((guix store) #:select (%store-prefix))
|
||||||
#:use-module (gnu packages linux)
|
#:use-module (gnu packages linux)
|
||||||
|
#:use-module (gnu packages cryptsetup)
|
||||||
#:use-module (gnu packages package-management)
|
#:use-module (gnu packages package-management)
|
||||||
#:use-module (gnu packages disk)
|
#:use-module (gnu packages disk)
|
||||||
#:use-module (gnu packages grub)
|
#:use-module (gnu packages grub)
|
||||||
@ -254,6 +255,7 @@ Use Alt-F2 for documentation.
|
|||||||
(packages (cons* texinfo-4 ;for the standalone Info reader
|
(packages (cons* texinfo-4 ;for the standalone Info reader
|
||||||
parted ddrescue
|
parted ddrescue
|
||||||
grub ;mostly so xrefs to its manual work
|
grub ;mostly so xrefs to its manual work
|
||||||
|
cryptsetup
|
||||||
wireless-tools
|
wireless-tools
|
||||||
;; XXX: We used to have GNU fdisk here, but as of version
|
;; XXX: We used to have GNU fdisk here, but as of version
|
||||||
;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable
|
;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable
|
||||||
|
Loading…
Reference in New Issue
Block a user