1
0
mirror of https://github.com/krislamo/preseed synced 2024-11-10 05:50:34 +00:00

Attempt to disable user password #2

This commit is contained in:
Kris Lamoureux 2020-02-25 10:12:29 -05:00
parent f6daa1776b
commit 2ed0d67e0f
Signed by: kris
GPG Key ID: A30022791E1719A4

View File

@ -52,13 +52,11 @@ d-i mirror/http/proxy string
# Don't set a root password
d-i passwd/root-login boolean false
# Alternatively, to skip creation of a normal user account.
d-i passwd/make-user boolean false
# Create a normal user account.
d-i passwd/user-fullname string Kris Lamoureux
d-i passwd/username string kris
#d-i passwd/user-password-crypted password [crypt(3) hash]
d-i passwd/user-password-crypted password !
### Clock and time zone setup