summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2016-01-19 10:58:00 +0000
committerBernard Ogden <bernie.ogden@linaro.org>2016-01-26 09:48:24 +0000
commit2e9398c410ad55fa8deeae1cc75f07df6a612557 (patch)
tree5eb40fd7f83c931cb629816bbc831312a678e7ee
parentee0230dbd1394abfe3402957d2cc134ecfcff0c7 (diff)
Do not add user
Change-Id: Ia1a6dfe8e8685c2d3592589f9818063f95290fe3
-rwxr-xr-xlb2img.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/lb2img.sh b/lb2img.sh
index 19cfaf3..8a55171 100755
--- a/lb2img.sh
+++ b/lb2img.sh
@@ -51,8 +51,6 @@ mount -t proc proc ${MOUNTDIR}/proc
cat > ${MOUNTDIR}/runme.sh << EOF
rm -f /etc/ssh/ssh_host_*_key*
-adduser --gecos cirros --disabled-login cirros
-echo "cirros:cubswin:)" | chpasswd
EOF
chroot ${MOUNTDIR} /bin/bash -x runme.sh
rm -f ${MOUNTDIR}/runme.sh