do not set the root password in the debian template

closes #302

Signed-off-by: Evgeni Golov <evgeni@debian.org>
This commit is contained in:
Evgeni Golov 2016-04-13 18:04:19 +02:00
parent ba03fa64b9
commit 515fb8d20c

View 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
}