Commit ebb0cc53 by Evgeni Golov Committed 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 20f3261a
...@@ -158,9 +158,6 @@ EOF ...@@ -158,9 +158,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