Actually abort on unrecognized platforms

Change-Id: I4c908b4eea31bf9acc3397591a080df9c60b22bf
This commit is contained in:
Matthew Farrellee 2014-04-01 12:08:26 -04:00
parent 286bf9aec9
commit 768419f399
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ else
yum install qemu-kvm kpartx git -y
else
echo -e "Unknown Host OS. Impossible to build images.\nAborting"
exit 2
fi
fi