aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-umlhostfs
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2012-12-07 09:41:38 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-17 15:22:11 +0100
commit62a277cfaed19b4fbc4a06e48273516cce6145d7 (patch)
tree368225be23cb0f51ef5e6f124a6790651d7acf1d /testing/scripts/build-umlhostfs
parentee1cd88c7aa09a36fcbea524303e23f32eeaae94 (diff)
downloadstrongswan-62a277cfaed19b4fbc4a06e48273516cce6145d7.tar.bz2
strongswan-62a277cfaed19b4fbc4a06e48273516cce6145d7.tar.xz
Move ROOTFSDIR declaration to testing.conf
Diffstat (limited to 'testing/scripts/build-umlhostfs')
-rwxr-xr-xtesting/scripts/build-umlhostfs1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/scripts/build-umlhostfs b/testing/scripts/build-umlhostfs
index b4efc0ecb..2ed8b504a 100755
--- a/testing/scripts/build-umlhostfs
+++ b/testing/scripts/build-umlhostfs
@@ -21,7 +21,6 @@ echo "Creating guest images"
[ `id -u` -eq 0 ] || die "You must be root to run $0"
BASE=$BUILDDIR/base.img
-ROOTFSDIR=$BUILDDIR/root-fs
HOSTSDIR=$PWD/hosts
[ -f $BASE ] || die "Base image $BASE not found"