x86_hdimage: fix -b feature

Change-Id: I0f8ccef5cc8de2e2db52e0967b6bf108bc1e56a7
This commit is contained in:
David van Moolenbroek 2015-11-14 05:03:01 +01:00 committed by Lionel Sambuc
parent 1be839e808
commit ee0944b45c

View File

@ -287,8 +287,8 @@ do
BUILDVARS="$BUILDVARS -X $OPTARG";;
b) # bitcode build: increase partition sizes
ROOT_SIZE="$((${ROOT_SIZE} + 192*(2**20) / 512))"
USR_SIZE="$((${USR_SIZE} + 256*(2**20) / 512))"
ROOT_SIZE="$((${ROOT_SIZE} + 192*(2**20)))"
USR_SIZE="$((${USR_SIZE} + 256*(2**20)))"
ASR_HACK=1;;
h) usage