From 7ee349b03870c40bf92c1669d308a1422ea5f33d Mon Sep 17 00:00:00 2001 From: Geert Stappers Date: Wed, 29 Jun 2011 10:47:48 +0200 Subject: [PATCH] make sure sbin binaries are in PATH --- polystrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/polystrap.sh b/polystrap.sh index 959845d..e835906 100755 --- a/polystrap.sh +++ b/polystrap.sh @@ -30,6 +30,7 @@ usage() { } export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true LC_ALL=C LANGUAGE=C LANG=C +export PATH=$PATH:/usr/sbin:/sbin if [ "$FAKEROOTKEY" = "" ]; then echo "re-executing script inside fakeroot" >&2