me
/
guix
Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
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
locale.scm
newt.scm
parted.scm
record.scm
services.scm
steps.scm
timezone.scm
user.scm installer: Ask for user password and initialize /etc/shadow. 2019-04-25 00:45:34 +02:00
utils.scm