1
0
mirror of https://github.com/krislamo/preseed synced 2025-09-07 19:09:31 +00:00

Attempt to disable user password #2

This commit is contained in:
2020-02-25 10:12:29 -05:00
parent f6daa1776b
commit 2ed0d67e0f

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