guix/gnu/installer
Ludovic Courtès 898677ed17
installer: Ask for user password and initialize /etc/shadow.
Partly fixes <https://bugs.gnu.org/35399>.

* gnu/installer/user.scm (<user>)[password]: New field.
* gnu/installer/final.scm (%seed): New variable.
(integer->alphanumeric-char, random-string)
(create-user-database): New procedures.
(install-system): Call 'create-user-database'.
* gnu/installer/newt/final.scm (run-install-shell): Add #:users and pass
it to 'install-system'.
(run-final-page): Pass #:users to 'run-install-shell'.
* gnu/installer/newt/user.scm (run-user-add-page): Add password entry.
Pass its result as the 'password' field of <user>.
2019-04-25 00:45:34 +02:00
..
aux-files
newt installer: Ask for user password and initialize /etc/shadow. 2019-04-25 00:45:34 +02:00
connman.scm
final.scm installer: Ask for user password and initialize /etc/shadow. 2019-04-25 00:45:34 +02:00
hostname.scm
keymap.scm installer: Parse the 'shortDescription' field from xkeyboard-config. 2019-04-17 15:13:31 +02:00
locale.scm installer: Use the normalized codeset in the 'locale' field. 2019-04-07 16:19:09 +02:00
newt.scm
parted.scm
record.scm
services.scm installer: Desktop environment page now includes window managers. 2019-04-17 11:53:53 +02:00
steps.scm installer: Fix skip-to-step issue. 2019-04-21 12:12:11 +02:00
timezone.scm
user.scm installer: Ask for user password and initialize /etc/shadow. 2019-04-25 00:45:34 +02:00
utils.scm installer: Run 'guix system init' with the right locale. 2019-04-23 00:34:47 +02:00