diff options
author | Joey Hess <joeyh@debian.org> | 2007-07-08 02:29:31 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2007-07-08 02:29:31 +0000 |
commit | ffcbf45f3f805905a05cfc09aeb56195edc0262a (patch) | |
tree | 1039b07347e17f90dabf27eeb3dfc11798784704 | |
parent | 6f3c5228098a4c0140da0afd3d4fd2a13ec2af55 (diff) | |
download | installation-guide-ffcbf45f3f805905a05cfc09aeb56195edc0262a.zip |
* Document passwd/user-default-groups.
-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> |