From: Chris Lamb Date: Thu, 14 Aug 2008 00:20:13 +0000 (+0100) Subject: Revert to using uid 1000 as PAM bug seems to have disappeared (Closes: #433076) X-Git-Tag: debian/2.0.15-1~458 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=8a6a1947d9e89ace18bb939a9ce6e3cdd3850477;p=live-boot-grml.git Revert to using uid 1000 as PAM bug seems to have disappeared (Closes: #433076) --- diff --git a/scripts/live-bottom/10adduser b/scripts/live-bottom/10adduser index 907aed0..7498476 100755 --- a/scripts/live-bottom/10adduser +++ b/scripts/live-bottom/10adduser @@ -40,7 +40,7 @@ set passwd/root-password-crypted * set passwd/user-password-crypted ${user_crypted} set passwd/user-fullname ${USERFULLNAME} set passwd/username ${USERNAME} -set passwd/user-uid 999 +set passwd/user-uid 1000 EOF chroot /root /usr/bin/env -i HOME="/root" \