Remove password hash.
This commit is contained in:
parent
9e583f422f
commit
6266870c3d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user