]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
do not set the root password in the debian template 973/head
authorEvgeni Golov <evgeni@debian.org>
Wed, 13 Apr 2016 16:04:19 +0000 (18:04 +0200)
committerEvgeni Golov <evgeni@debian.org>
Wed, 13 Apr 2016 16:04:19 +0000 (18:04 +0200)
closes #302

Signed-off-by: Evgeni Golov <evgeni@debian.org>
templates/lxc-debian.in

index 1ed6f20be57d2b0dea709beebdfc59909f3e0822..b5af844d186b15a20c1f396fbbb057655d56de90 100644 (file)
@@ -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
 }