diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2018-12-05 14:45:53 +0900 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-17 14:04:23 +0100 |
commit | b4658c258eaf7731dbb45409aedef58afc5de93a (patch) | |
tree | 0489f638052b9400dc0c5e7f41f5f29ea713499e /gnu/installer.scm | |
parent | b51bde71a9385f4e81fbea258bfb9e8ff48be119 (diff) | |
download | gnu-guix-b4658c258eaf7731dbb45409aedef58afc5de93a.tar gnu-guix-b4658c258eaf7731dbb45409aedef58afc5de93a.tar.gz |
installer: Add hostname.
* gnu/installer/hostname.scm: New file.
* gnu/installer.scm (installer-program): Use new module above.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new file.
* po/guix/POTFILES.in: Add new file.
Diffstat (limited to 'gnu/installer.scm')
-rw-r--r-- | gnu/installer.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/installer.scm b/gnu/installer.scm index 1b9aeaa217..7e023ce18f 100644 --- a/gnu/installer.scm +++ b/gnu/installer.scm @@ -278,6 +278,7 @@ selected keymap." (gnu installer keymap) (gnu installer steps) (gnu installer final) + (gnu installer hostname) (gnu installer locale) (gnu installer parted) (gnu installer services) |