1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-24 18:11:51 +02:00

installer: Various renamings.

1. s/partitionment/partitioning/
2. s/crypted/encrypted/

* gnu/installer.scm (installer-steps): Apply renamings.
* gnu/installer/newt/partition.scm (run-disk-page): ditto,
* gnu/installer/parted.scm (auto-partition): ditto,
(luks-format-and-open): ditto,
(luks-close): ditto,
(user-partitions->configuration): ditto.
This commit is contained in:
Mathieu Othacehe
2018-12-08 23:52:13 +09:00
committed by Ludovic Courtès
parent 59e8f3c3ac
commit 5737ba841b
3 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -209,11 +209,11 @@ selected keymap."
(compute (lambda _
(#$keymap-step current-installer))))
;; Run a partitionment tool allowing the user to modify
;; Run a partitioning tool allowing the user to modify
;; partition tables, partitions and their mount points.
(installer-step
(id 'partition)
(description (G_ "Partitionment"))
(description (G_ "Partitioning"))
(compute (lambda _
((installer-partition-page current-installer))))
(configuration-formatter user-partitions->configuration))