Correct indentation in Wheezy preseed.
This commit is contained in:
parent
0d40589e60
commit
b64a8648fe
|
@ -81,20 +81,21 @@ user-setup-udeb passwd/root-login boolean true
|
|||
d-i passwd/root-password password r00tme
|
||||
d-i passwd/root-password-again password r00tme
|
||||
# ... or encrypted with MD5 hash
|
||||
# with `printf "r00tme" | mkpasswd -s -m md5`
|
||||
#d-i passwd/root-password-crypted password $1t.ta/19E8.0À9..ats.sar.jaruiv138e
|
||||
|
||||
# Create a normal user account now?
|
||||
user-setup-udeb passwd/make-user boolean true
|
||||
# User name
|
||||
d-i passwd/user-fullname string bob
|
||||
d-i passwd/username string bob
|
||||
# User password in clear text
|
||||
d-i passwd/user-password password insecure
|
||||
d-i passwd/user-password-again password insecure
|
||||
# ... or encrypted with MD5 hash
|
||||
#d-i passwd/user-password-crypted password $1$098f6bcd4621d373cade4e832627b4f6
|
||||
# Set User UID
|
||||
d-i passwd/user-uid string 1000
|
||||
user-setup-udeb passwd/make-user boolean false
|
||||
## User name
|
||||
#d-i passwd/user-fullname string bob
|
||||
#d-i passwd/username string bob
|
||||
## User password in clear text
|
||||
#d-i passwd/user-password password insecure
|
||||
#d-i passwd/user-password-again password insecure
|
||||
## ... or encrypted with MD5 hash
|
||||
##d-i passwd/user-password-crypted password $1$098f6bcd4621d373cade4e832627b4f6
|
||||
## Set User UID
|
||||
#d-i passwd/user-uid string 1000
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue