diff options
author | Reto Buerki <reet@codelabs.ch> | 2012-12-09 09:49:04 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 16:54:54 +0100 |
commit | b24d3ed5fc5ad891d7d210bba9b94dbe0a1468ff (patch) | |
tree | f62e508f4e1e8514def5e845d82d73204afb6f10 /testing/scripts/build-umlrootfs | |
parent | f241f46d88f06393e8dd4e8f0a9a444c7f9c2059 (diff) | |
download | strongswan-b24d3ed5fc5ad891d7d210bba9b94dbe0a1468ff.tar.bz2 strongswan-b24d3ed5fc5ad891d7d210bba9b94dbe0a1468ff.tar.xz |
Test availability of required commands
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index c67e4d557..0f8781c25 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -22,6 +22,8 @@ echo "Building root image" [ -f "$ROOTFS" ] || die "Root image $ROOTFS not found" +check_commands qemu-nbd + load_qemu_nbd mkdir -p $ROOTFSDIR |