summaryrefslogtreecommitdiff
path: root/vmdebootstrap
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-03 21:47:27 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-03 21:47:27 +0300
commit2869f07a36149688615bc71757240947b448fe1f (patch)
treec0f67c551cb040a1d66627622f437d983bbf80ab /vmdebootstrap
parent390a8b3ae9ab3d5d95c93319f4b7893624cc349a (diff)
downloadansibleness-2869f07a36149688615bc71757240947b448fe1f.tar.gz
Add to PATH to get correct vmdebootstrap
Diffstat (limited to 'vmdebootstrap')
-rwxr-xr-xvmdebootstrap/base-create.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/vmdebootstrap/base-create.sh b/vmdebootstrap/base-create.sh
index c20eefd..1509ec1 100755
--- a/vmdebootstrap/base-create.sh
+++ b/vmdebootstrap/base-create.sh
@@ -5,6 +5,10 @@
set -eu
+# Add my git checkout of the vmdebootstrap git repository to PATH,
+# so that I can run, on my jessie machine, the current version.
+PATH="$PATH:$HOME/vmdebootstrap/vmdebootstrap"
+
for conf in $(find . -maxdepth 1 -name 'base-*.conf')
do
img=$(vmdebootstrap --config base.conf --config "$conf" --dump-config |