From 3e52f85a2bb26a6acbf356ad8db9c1c0953116ef Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 7 Feb 2001 11:26:41 +0000 Subject: [PATCH] Bump the i386 default root by another 30MB to 100MB total. The Alpha default root bumps 20MB to 110MB. Requested by: kris --- usr.sbin/sade/label.c | 4 ++-- usr.sbin/sysinstall/label.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.sbin/sade/label.c b/usr.sbin/sade/label.c index 7e8c6a429a67..6f8625c10d07 100644 --- a/usr.sbin/sade/label.c +++ b/usr.sbin/sade/label.c @@ -63,9 +63,9 @@ /* The default root filesystem size */ #ifdef __alpha__ -#define ROOT_DEFAULT_SIZE 90 +#define ROOT_DEFAULT_SIZE 110 #else -#define ROOT_DEFAULT_SIZE 70 +#define ROOT_DEFAULT_SIZE 100 #endif /* The smallest swap partition we want to create by default */ diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c index 7e8c6a429a67..6f8625c10d07 100644 --- a/usr.sbin/sysinstall/label.c +++ b/usr.sbin/sysinstall/label.c @@ -63,9 +63,9 @@ /* The default root filesystem size */ #ifdef __alpha__ -#define ROOT_DEFAULT_SIZE 90 +#define ROOT_DEFAULT_SIZE 110 #else -#define ROOT_DEFAULT_SIZE 70 +#define ROOT_DEFAULT_SIZE 100 #endif /* The smallest swap partition we want to create by default */