diff options
Diffstat (limited to 'en/appendix/preseed.xml')
-rw-r--r-- | en/appendix/preseed.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index bc8515ac2..45b432980 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1076,7 +1076,9 @@ MD5 hash allows for brute force attacks. #d-i passwd/user-password password insecure #d-i passwd/user-password-again password insecure # or encrypted using an MD5 hash. -#d-i passwd/user-password-crypted password [MD5 hash]<phrase condition="lenny"> +#d-i passwd/user-password-crypted password [MD5 hash] +# Create the first user with the specified UID instead of the default. +#d-i passwd/user-uid string 1010<phrase condition="lenny"> # The user account will be added to some standard initial groups. To # override that, use this. |