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)
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 1b9aeaa217e..7e023ce18fc 100644
--- a/gnu/installer.scm
+++ b/gnu/installer.scm
@@ -278,6 +278,7 @@ selected keymap."
278 (gnu installer keymap) 278 (gnu installer keymap)
279 (gnu installer steps) 279 (gnu installer steps)
280 (gnu installer final) 280 (gnu installer final)
281 (gnu installer hostname)
281 (gnu installer locale) 282 (gnu installer locale)
282 (gnu installer parted) 283 (gnu installer parted)
283 (gnu installer services) 284 (gnu installer services)