From ec81652781ad11489f1804f191cdc2b99df4b89d Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 17 Dec 1999 02:02:51 +0000 Subject: Bump default root size to 50MB on i386 (70MB on Alpha). Requested incessantly by: billf --- usr.sbin/sade/label.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/sade/label.c') diff --git a/usr.sbin/sade/label.c b/usr.sbin/sade/label.c index 340d7d9..9e9049a 100644 --- a/usr.sbin/sade/label.c +++ b/usr.sbin/sade/label.c @@ -63,13 +63,13 @@ /* The default root filesystem size */ #ifdef __alpha__ -#define ROOT_DEFAULT_SIZE 60 +#define ROOT_DEFAULT_SIZE 70 #else -#define ROOT_DEFAULT_SIZE 40 +#define ROOT_DEFAULT_SIZE 50 #endif /* The smallest swap partition we want to create by default */ -#define SWAP_MIN_SIZE 16 +#define SWAP_MIN_SIZE 32 /* The smallest /usr partition we're willing to create by default */ #define USR_MIN_SIZE 80 -- cgit v1.1