]> Zhao Yanbai Git Server - minix.git/commit
Added two sanity checks:
authorBen Gras <ben@minix3.org>
Mon, 22 Aug 2005 09:54:31 +0000 (09:54 +0000)
committerBen Gras <ben@minix3.org>
Mon, 22 Aug 2005 09:54:31 +0000 (09:54 +0000)
commit0ab4039806f5e8e16a4723dd16c349f2d12cb818
tree09c9e9ae14e6e5a5c48db636ed884412f9916d35
parenta01645b7882f2f69cf96e18430c508f39c1c74b3
Added two sanity checks:
.  partitions larger than the disk
   (this happens when partitions are set to end earlier than they start
   in part)
.  zero-sized partitions (this confuses autopart later on)

autopart doesn't continue if this happens.
commands/ibm/autopart.c