From 475a8e8628b3118eb9b396730723a57bcae6c987 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 1 Sep 2005 16:21:49 +0000 Subject: [PATCH] with a 200MB /home, we need 500MB for the rest. --- commands/ibm/autopart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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