Commit 515fb8d2 by Evgeni Golov

do not set the root password in the debian template

closes #302 Signed-off-by: 's avatarEvgeni Golov <evgeni@debian.org>
parent ba03fa64
...@@ -140,9 +140,6 @@ EOF ...@@ -140,9 +140,6 @@ EOF
echo "Timezone in container is not configured. Adjust it manually." echo "Timezone in container is not configured. Adjust it manually."
fi fi
echo "root:root" | chroot $rootfs chpasswd
echo "Root password is 'root', please change !"
return 0 return 0
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment