diff options
author | Frans Pop <elendil@planet.nl> | 2007-07-18 01:48:25 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-07-18 01:48:25 +0000 |
commit | 72cc3603b32eb685081a8bce334ba99087061c63 (patch) | |
tree | 86e67570cf76f3c5276d300a2b82579aa248994b | |
parent | 439c6251e40391d0781f1726a38dd2c042198a18 (diff) | |
download | installation-guide-72cc3603b32eb685081a8bce334ba99087061c63.zip |
Document preseeding of passwd/user-uid
-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. |