From bef7cab612005cea481b11b2ac88c06604572efe Mon Sep 17 00:00:00 2001 From: Petr OspalĂ˝ Date: Fri, 5 Apr 2019 09:59:30 +0200 Subject: Fix wrapper shell script in chroot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4f88d47c633096a82ef113dca2d58e584c43d1ae Issue-ID: OOM-1744 Signed-off-by: Petr OspalĂ˝ --- ansible/docker/run_chroot.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ansible/docker/run_chroot.sh') diff --git a/ansible/docker/run_chroot.sh b/ansible/docker/run_chroot.sh index 268143ed..8ae9c188 100755 --- a/ansible/docker/run_chroot.sh +++ b/ansible/docker/run_chroot.sh @@ -364,6 +364,8 @@ fi #The redirection is to save our stdin, because we use it to pipe commands and we #may want interactivity. exec chroot "${CHROOT_DIR}" /bin/sh /dev/stdin "${CHROOT_WORKDIR:-/}" "$@" 3<&0 << "EOF" +PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +export PATH mkdir -p $1 cd $1 shift -- cgit 1.2.3-korg