From: Jan-Simon Möller Date: Sat, 24 Sep 2016 15:57:05 +0000 (+0200) Subject: Use bash instead of dash X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=2793b9822f27d166d6a01892364dddba77893c5d;p=ci-management.git Use bash instead of dash Change-Id: If07aba5bd7926c16d67a80b929a3f9b61d9bd912 Signed-off-by: Jan-Simon Möller --- diff --git a/packer/provision/agl_dependencies.sh b/packer/provision/agl_dependencies.sh index f0de4844..ca2a0181 100644 --- a/packer/provision/agl_dependencies.sh +++ b/packer/provision/agl_dependencies.sh @@ -6,6 +6,12 @@ DEBIAN_FRONTEND=noninteractive apt-get update && \ libtool libglib2.0-dev libarchive-dev python-git git python python-minimal repo mc \ tree rsync +# we have a build blocker wrt useradd - I assume it is caused by /bin/sh being dash +# systemd: Performing useradd with +echo "dash dash/sh boolean false" | debconf-set-selections +DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash + +# Preclone the gerrit repos for speed (use with --reference=/opt/AGL/preclone) mkdir -p /opt/AGL/preclone cd /opt/AGL/preclone repo init -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo