From: Evgeni Golov Date: Wed, 13 Apr 2016 16:04:19 +0000 (+0200) Subject: do not set the root password in the debian template X-Git-Tag: lxc-2.1.0~447^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F973%2Fhead;p=thirdparty%2Flxc.git do not set the root password in the debian template closes #302 Signed-off-by: Evgeni Golov --- diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 1ed6f20be..b5af844d1 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -140,9 +140,6 @@ EOF echo "Timezone in container is not configured. Adjust it manually." fi - echo "root:root" | chroot $rootfs chpasswd - echo "Root password is 'root', please change !" - return 0 }