]> Zhao Yanbai Git Server - minix.git/commit
releasetools/arm_sdimage.sh: Improvements 89/589/2
authorLionel Sambuc <lionel@minix3.org>
Thu, 23 May 2013 16:09:19 +0000 (18:09 +0200)
committerLionel Sambuc <lionel@minix3.org>
Fri, 24 May 2013 09:08:15 +0000 (11:08 +0200)
commit881ff3f6e54046e617f0746ac0196f986695596a
tree79d77f2ce9a03394b5979b912b54db7b4cca7c3b
parente1acf37d77297b63d7d9b7c76b38d96573555834
releasetools/arm_sdimage.sh: Improvements

 - Added the possibility to define the number of parallel jobs from the
   command line with (example, default is 1):
   $ JOBS=8 ./releasetools/arm_sdimage.sh

 - Generate filesystem filling the reserved partition area, instead of
   being smaller.

 - Added a possibility to specify additional parameter to the build.sh
   script from the command line with (example):
   $ BUILDVARS='-N0 -V MYVAR=yes' ./releasetools/arm_sdimage.sh

Change-Id: I5c34268ebf7d45a8d3408b45b1dc5051d775826c
releasetools/arm_sdimage.sh