From 696ff94de733b42bd7f92b69261caf0b84c451e5 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 30 Mar 1999 04:09:21 +0000 Subject: [PATCH] Bump default root fs sizes, for both i386 and alpha architectures. --- release/sysinstall/label.c | 12 ++++++------ usr.sbin/sade/label.c | 12 ++++++------ usr.sbin/sysinstall/label.c | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/release/sysinstall/label.c b/release/sysinstall/label.c index 7b9971e6cecf..6b69e0f6eb22 100644 --- a/release/sysinstall/label.c +++ b/release/sysinstall/label.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: label.c,v 1.86 1999/02/05 22:15:49 jkh Exp $ + * $Id: label.c,v 1.87 1999/03/09 12:36:28 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -56,16 +56,16 @@ /* The smallest root filesystem we're willing to create */ #ifdef __alpha__ -#define ROOT_MIN_SIZE 32 +#define ROOT_MIN_SIZE 40 #else -#define ROOT_MIN_SIZE 20 +#define ROOT_MIN_SIZE 30 #endif /* The default root filesystem size */ #ifdef __alpha__ -#define ROOT_DEFAULT_SIZE 48 +#define ROOT_DEFAULT_SIZE 60 #else -#define ROOT_DEFAULT_SIZE 32 +#define ROOT_DEFAULT_SIZE 40 #endif /* The smallest swap partition we want to create by default */ @@ -75,7 +75,7 @@ #define USR_MIN_SIZE 80 /* The smallest /var partition we're willing to create by default */ -#define VAR_MIN_SIZE 30 +#define VAR_MIN_SIZE 20 /* The bottom-most row we're allowed to scribble on */ #define CHUNK_ROW_MAX 16 diff --git a/usr.sbin/sade/label.c b/usr.sbin/sade/label.c index 7b9971e6cecf..6b69e0f6eb22 100644 --- a/usr.sbin/sade/label.c +++ b/usr.sbin/sade/label.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: label.c,v 1.86 1999/02/05 22:15:49 jkh Exp $ + * $Id: label.c,v 1.87 1999/03/09 12:36:28 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -56,16 +56,16 @@ /* The smallest root filesystem we're willing to create */ #ifdef __alpha__ -#define ROOT_MIN_SIZE 32 +#define ROOT_MIN_SIZE 40 #else -#define ROOT_MIN_SIZE 20 +#define ROOT_MIN_SIZE 30 #endif /* The default root filesystem size */ #ifdef __alpha__ -#define ROOT_DEFAULT_SIZE 48 +#define ROOT_DEFAULT_SIZE 60 #else -#define ROOT_DEFAULT_SIZE 32 +#define ROOT_DEFAULT_SIZE 40 #endif /* The smallest swap partition we want to create by default */ @@ -75,7 +75,7 @@ #define USR_MIN_SIZE 80 /* The smallest /var partition we're willing to create by default */ -#define VAR_MIN_SIZE 30 +#define VAR_MIN_SIZE 20 /* The bottom-most row we're allowed to scribble on */ #define CHUNK_ROW_MAX 16 diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c index 7b9971e6cecf..6b69e0f6eb22 100644 --- a/usr.sbin/sysinstall/label.c +++ b/usr.sbin/sysinstall/label.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: label.c,v 1.86 1999/02/05 22:15:49 jkh Exp $ + * $Id: label.c,v 1.87 1999/03/09 12:36:28 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -56,16 +56,16 @@ /* The smallest root filesystem we're willing to create */ #ifdef __alpha__ -#define ROOT_MIN_SIZE 32 +#define ROOT_MIN_SIZE 40 #else -#define ROOT_MIN_SIZE 20 +#define ROOT_MIN_SIZE 30 #endif /* The default root filesystem size */ #ifdef __alpha__ -#define ROOT_DEFAULT_SIZE 48 +#define ROOT_DEFAULT_SIZE 60 #else -#define ROOT_DEFAULT_SIZE 32 +#define ROOT_DEFAULT_SIZE 40 #endif /* The smallest swap partition we want to create by default */ @@ -75,7 +75,7 @@ #define USR_MIN_SIZE 80 /* The smallest /var partition we're willing to create by default */ -#define VAR_MIN_SIZE 30 +#define VAR_MIN_SIZE 20 /* The bottom-most row we're allowed to scribble on */ #define CHUNK_ROW_MAX 16