summaryrefslogtreecommitdiff
path: root/gnu/installer.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2018-12-05 14:45:53 +0900
committerLudovic Courtès <ludo@gnu.org>2019-01-17 14:04:23 +0100
commitb4658c258eaf7731dbb45409aedef58afc5de93a (patch)
tree0489f638052b9400dc0c5e7f41f5f29ea713499e /gnu/installer.scm
parentb51bde71a9385f4e81fbea258bfb9e8ff48be119 (diff)
downloadpatches-b4658c258eaf7731dbb45409aedef58afc5de93a.tar
patches-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.scm1
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)