diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-12-05 14:57:28 +0900 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-17 14:04:24 +0100 |
commit | 69a934f23ae1bd7dda9ec269a6ce3012e13c9011 (patch) | |
tree | 676284660aa7c1f29d5379bbb17b84d627a10fcf /po | |
parent | 47c94801656c7e9ddf1dcfe0189b48d7c57d0a1d (diff) | |
download | patches-69a934f23ae1bd7dda9ec269a6ce3012e13c9011.tar patches-69a934f23ae1bd7dda9ec269a6ce3012e13c9011.tar.gz |
installer: Add partitioning support.
* gnu/installer.scm (installer-steps): Add partitioning step.
* gnu/installer/newt.scm (newt-installer): Add partition-page field.
* gnu/installer/newt/partition.scm: New file.
* gnu/installer/parted.scm: New file.
* gnu/installer/record (installer): New partition-page field.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new files.
* po/guix/POTFILES.in: Add new files.
Diffstat (limited to 'po')
-rw-r--r-- | po/guix/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index 48c09a1e3a..8327bf6c9e 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -28,6 +28,7 @@ gnu/installer/newt/user.scm gnu/installer/newt/utils.scm gnu/installer/newt/welcome.scm gnu/installer/newt/wifi.scm +gnu/installer/parted.scm gnu/installer/services.scm gnu/installer/steps.scm gnu/installer/timezone.scm |