]> Zhao Yanbai Git Server - minix.git/commit
This patch changes the release script in the following ways:
authorErik van der Kouwe <erik@minix3.org>
Fri, 4 Jun 2010 05:09:44 +0000 (05:09 +0000)
committerErik van der Kouwe <erik@minix3.org>
Fri, 4 Jun 2010 05:09:44 +0000 (05:09 +0000)
commit8afc228c486f24281a258100fa9d71b3ac6df089
treef8dee6df6b42017e2bcf394cd55c9ceab5d1f490
parent1bb7c4d78af0286bf3c092593a2fb7818ef5d403
This patch changes the release script in the following ways:
- A staging directory is always used to avoid oversized images;
- As a consequence, the zero-filling is removed so no more "out of
  space" errors should be printed to the console;
- The root and usr partition sizes are computed so less space should be
  wasted (the root partition gets extra 1MB zones and 64 inodes for
  run-time though and hardlinks/holes make the used space slightly less
  than expected); USRMB (and the new ROOTMB) are now used to enforce
  a minimum size rather than set the size;
- TMPDISK1-3 are renamed to more meaningful names (and TMPDISK2 is
  dropped because a separate tmp directory is no longer needed);
- The ramdisks are truncated at the end to save memory (not sure
  whether it is actually released though).
tools/release.sh