From 6c2bd225d811776bd43873214e9391603bcd3d16 Mon Sep 17 00:00:00 2001 From: ceri Date: Fri, 30 Dec 2005 21:45:10 +0000 Subject: On i386, 7.0 requires 106MB on /usr. 6.0 requires 101MB. Bump USR_MIN_SIZE to 128MB, so that an auto-layout install won't fail due to /usr being too small. MFC After: 8 days --- usr.sbin/sade/label.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/sade') diff --git a/usr.sbin/sade/label.c b/usr.sbin/sade/label.c index c5d81af..3b2cee2 100644 --- a/usr.sbin/sade/label.c +++ b/usr.sbin/sade/label.c @@ -67,7 +67,7 @@ #define ROOT_MIN_SIZE 118 #endif #define SWAP_MIN_SIZE 32 -#define USR_MIN_SIZE 80 +#define USR_MIN_SIZE 128 #define VAR_MIN_SIZE 20 #define TMP_MIN_SIZE 20 #define HOME_MIN_SIZE 20 -- cgit v1.1