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.
This commit is contained in:
Mathieu Othacehe 2018-12-05 14:45:53 +09:00 committed by Ludovic Courtès
parent b51bde71a9
commit b4658c258e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
4 changed files with 26 additions and 0 deletions

View file

@ -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