|
|
@ -126,7 +126,7 @@ d-i mirror/http/proxy string
|
|
|
|
#d-i passwd/root-password-again password r00tme
|
|
|
|
#d-i passwd/root-password-again password r00tme
|
|
|
|
# or encrypted using a crypt(3) hash.
|
|
|
|
# or encrypted using a crypt(3) hash.
|
|
|
|
# mkpasswd -m sha-512 mypassword
|
|
|
|
# mkpasswd -m sha-512 mypassword
|
|
|
|
d-i passwd/root-password-crypted password $6$TLUxtU60X0A0eXo$.sa9wGwOohYo.1fTBgWJ7TTAoYEJbED90NgJea11KHSDJfsQgFnvWbLy3J6RKmM2r/ryo5hpzMxYOlJR11jup/
|
|
|
|
d-i passwd/root-password-crypted password $6$SDZfbkZcl49p$oiZg0COlkdrBMWIN9AmyZ4EYQ/LWh5oOkipBM5aRuuOn0/FCKCmR9PpiwPqaMCIvgpHUj31gKXmIKA/gwGzNh1
|
|
|
|
|
|
|
|
|
|
|
|
# To create a normal user account.
|
|
|
|
# To create a normal user account.
|
|
|
|
d-i passwd/user-fullname string Debian User
|
|
|
|
d-i passwd/user-fullname string Debian User
|
|
|
@ -136,7 +136,7 @@ d-i passwd/username string debian
|
|
|
|
#d-i passwd/user-password password insecure
|
|
|
|
#d-i passwd/user-password password insecure
|
|
|
|
#d-i passwd/user-password-again password insecure
|
|
|
|
#d-i passwd/user-password-again password insecure
|
|
|
|
# or encrypted using a crypt(3) hash.
|
|
|
|
# or encrypted using a crypt(3) hash.
|
|
|
|
d-i passwd/user-password-crypted password $6$lL3f/6Zaqc$uVfe38qINk3zYLhAbnqfW9Zr6TaIYaA7f3vp4S.ijzNd8pahhmVFLxOENvEbuIj3oS2xjRgIk2YtCRllMlRvm.
|
|
|
|
d-i passwd/user-password-crypted password $6$6wF7qmBs$tPwXIyZOZs1o8UzCKkg2XD35WHjMWpPe33t62RkrnD1Rn1GQlLgN28eJmO6TULGSfxsBOjq.LUHUSccX2p9JR/
|
|
|
|
# Create the first user with the specified UID instead of the default.
|
|
|
|
# Create the first user with the specified UID instead of the default.
|
|
|
|
#d-i passwd/user-uid string 1010
|
|
|
|
#d-i passwd/user-uid string 1010
|
|
|
|
|
|
|
|
|
|
|
|