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 }