Test availability of required commands

This commit is contained in:
Reto Buerki
2013-01-17 16:54:54 +01:00
committed by Tobias Brunner
parent f241f46d88
commit b24d3ed5fc
5 changed files with 18 additions and 0 deletions
+2
View File
@@ -6,6 +6,8 @@ echo "Building guest kernel version $KERNELVERSION"
[ -f "$KERNELCONFIG" ] || die "Kernel config $KERNELCONFIG not found"
check_commands bunzip2 bzcat make wget
mkdir -p $BUILDDIR
cd $BUILDDIR