diff --git a/scripts/buildDebianFs.sh b/scripts/buildDebianFs.sh index 9756b05..d39f06e 100755 --- a/scripts/buildDebianFs.sh +++ b/scripts/buildDebianFs.sh @@ -13,6 +13,8 @@ then exit 1 fi +[ ! -d build ] && echo "No build folder found, is the kernel built?" && exit + outmnt=$(mktemp -d -p `pwd`) outdev=/dev/loop4