-b switch for distribute

This commit is contained in:
Christopher Roy Bratusek 2012-04-13 21:45:06 +02:00
parent 7f50b5bda2
commit 2daaaabd9d

View File

@ -84,5 +84,8 @@ elif [[ $1 == "-l" ]]; then
elif [[ $1 == "-f" ]]; then
FORCE=YES
make_distribution
elif [[ $1 == "-b" ]]; then
FORCE=YES
compile_boot
else make_distribution
fi