Remove password hash.

This commit is contained in:
Thomas Cole 2021-07-13 08:08:37 -04:00
parent 9e583f422f
commit 6266870c3d

View File

@ -40,13 +40,13 @@ d-i mirror/http/proxy string
### Account setup
# Root password
d-i passwd/root-password-crypted password RagByQTSHsyIY
d-i passwd/root-password-crypted password $CRYPT3HASH
# To create a normal user account.
d-i passwd/user-fullname string CLC User
d-i passwd/username string clc
# Normal user's password
d-i passwd/user-password-crypted password JY0jSrbzJgbx2
d-i passwd/user-password-crypted password $CRYPT3HASH
### Clock and time zone setup
# Controls whether or not the hardware clock is set to UTC.