diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-12-07 14:04:25 +0900 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-17 14:04:26 +0100 |
commit | bf304dbceadf89c2722168be97d9673f94608aa6 (patch) | |
tree | f9ac12121124e26294f0d9654485a861d316533a /tests/print.scm | |
parent | 71cd8a5870d11dc5f74c7e9b38db03d6cc633794 (diff) | |
download | guix-bf304dbceadf89c2722168be97d9673f94608aa6.tar.gz guix-bf304dbceadf89c2722168be97d9673f94608aa6.zip |
installer: partionment: Add encryption support.
* gnu/installer.scm (set-installer-path): Add cryptsetup.
* gnu/installer/newt/partition.scm (prompt-luks-passwords): New procedure,
(run-partioning-page): Add the possibility to set encryption to "On" on a
partition and choose a label, add a new partition scheme: "Guided - using the
entire disk with encryption", prompt for encryption passwords before
proceeding to formating.
* gnu/installer/parted.scm (<user-partition>)[crypt-label],
[crypt-password]: New fields,
(partition-description): add the encryption label,
(user-partition-description): add an encryption field,
(auto-partition): add two partitioning schemes: entire-crypted-root and
entire-crypted-root-home,
(call-with-luks-key-file): new procedure,
(user-partition-upper-path): new procedure,
(luks-format-and-open): new procedure,
(luks-close): new procedure,
(format-user-partitions): format and open luks partitions before creating
file-system.
(mount-user-partitions): use the path returned by user-partition-upper-path,
(umount-user-partitions): close the luks partitions,
(user-partition->file-system): set device field to label for luks partitions
and to uuid for the rest,
(user-partition->mapped-device): new procedure,
(user-partitions->configuration): add mapped-devices field.
Diffstat (limited to 'tests/print.scm')
0 files changed, 0 insertions, 0 deletions