]> Zhao Yanbai Git Server - minix.git/commitdiff
with a 200MB /home, we need 500MB for the rest.
authorBen Gras <ben@minix3.org>
Thu, 1 Sep 2005 16:21:49 +0000 (16:21 +0000)
committerBen Gras <ben@minix3.org>
Thu, 1 Sep 2005 16:21:49 +0000 (16:21 +0000)
commands/ibm/autopart.c

index c3b4ccb5f644137f38880a299f6898bf26bed46f..9b4e99dd0c9f5bf55c0d29a9d40b7232b0b67a66 100755 (executable)
@@ -59,7 +59,7 @@ Num Sort   Type
 #define DEV_FD0                0x200           /* Device number of /dev/fd0 */
 #define DEV_C0D0       0x300           /* Device number of /dev/c0d0 */
 
-#define MIN_REGION_MB  160
+#define MIN_REGION_MB  500
 #define MIN_REGION_SECTORS (1024*1024*MIN_REGION_MB/SECTOR_SIZE)
 
 #define MAX_REGION_MB  4095