aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/lxc-ubuntu.in')
-rw-r--r--templates/lxc-ubuntu.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/lxc-ubuntu.in b/templates/lxc-ubuntu.in
index e450dae..0b59f26 100644
--- a/templates/lxc-ubuntu.in
+++ b/templates/lxc-ubuntu.in
@@ -343,9 +343,6 @@ do_bindhome()
fi
shad=`getent shadow $user`
echo $shad >> $rootfs/etc/shadow
- for g in `groups $user | cut -d: -f 2-`; do
- chroot $rootfs adduser $user $g
- done
}
clean()