From 2daaaabd9df969017e9a6e08a127167ac2978fa4 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Fri, 13 Apr 2012 21:45:06 +0200 Subject: [PATCH] -b switch for distribute --- distribute | 3 +++ 1 file changed, 3 insertions(+) diff --git a/distribute b/distribute index fd888e9..fd6609a 100755 --- a/distribute +++ b/distribute @@ -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