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 /po | |
parent | b51bde71a9385f4e81fbea258bfb9e8ff48be119 (diff) | |
download | patches-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 '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 16d9c9e4ae..df7459a4b7 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -11,6 +11,7 @@ guix/import/opam.scm gnu/installer.scm gnu/installer/record.scm gnu/installer/connman.scm +gnu/installer/hostname.scm gnu/installer/keymap.scm gnu/installer/locale.scm gnu/installer/newt.scm |