Remove clear text password options.

Note. Even prior to the commit the clear text passwords were not what was hashed.
This commit is contained in:
Thomas Cole 2021-07-12 20:42:31 -04:00
parent e92323d156
commit 9e583f422f

View File

@ -39,19 +39,13 @@ d-i mirror/http/directory string /debian
d-i mirror/http/proxy string
### Account setup
# Root password, either in clear text
#d-i passwd/root-password password testroot
#d-i passwd/root-password-again password testroot
# or encrypted using a crypt(3) hash.
# Root password
d-i passwd/root-password-crypted password RagByQTSHsyIY
# To create a normal user account.
d-i passwd/user-fullname string CLC User
d-i passwd/username string clc
# Normal user's password, either in clear text
#d-i passwd/user-password password passwd
#d-i passwd/user-password-again password passwd
# or encrypted using a crypt(3) hash.
# Normal user's password
d-i passwd/user-password-crypted password JY0jSrbzJgbx2
### Clock and time zone setup