From: Ben Gras Date: Thu, 1 Sep 2005 16:21:49 +0000 (+0000) Subject: with a 200MB /home, we need 500MB for the rest. X-Git-Tag: v3.1.0~202 X-Git-Url: http://zhaoyanbai.com/repos/man.delv.html?a=commitdiff_plain;h=475a8e8628b3118eb9b396730723a57bcae6c987;p=minix.git with a 200MB /home, we need 500MB for the rest. --- diff --git a/commands/ibm/autopart.c b/commands/ibm/autopart.c index c3b4ccb5f..9b4e99dd0 100755 --- a/commands/ibm/autopart.c +++ b/commands/ibm/autopart.c @@ -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