diff options
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | en/appendix/preseed.xml | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 005c8208b..684544d46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,7 +27,10 @@ installation-guide (2007xxxx) UNRELEASED; urgency=low * Recommend preseeding mirror/country to "manual" rather than "enter information manually" (choose-mirror 2.17). - -- Frans Pop <fjp@debian.org> Sat, 7 Jul 2007 19:00:39 +0200 + [ Joey Hess ] + * Document passwd/user-default-groups. + + -- Joey Hess <joeyh@debian.org> Sat, 23 Jun 2007 02:08:03 +0100 installation-guide (20070319) unstable; urgency=low diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index d1d10ffa2..69288f7d9 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -1071,6 +1071,10 @@ MD5 hash allows for brute force attacks. #d-i passwd/user-password-again password insecure # or encrypted using an MD5 hash. #d-i passwd/user-password-crypted password [MD5 hash] + +# The user account will be added to some standard initial groups. To +# override that, use this. +#d-i passwd/user-default-groups string audio cdrom video </screen></informalexample> <para> |