From 72cc3603b32eb685081a8bce334ba99087061c63 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Wed, 18 Jul 2007 01:48:25 +0000 Subject: Document preseeding of passwd/user-uid --- en/appendix/preseed.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'en/appendix') 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] +#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 # The user account will be added to some standard initial groups. To # override that, use this. -- cgit v1.2.3