summaryrefslogtreecommitdiffstats
path: root/release/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-03-30 04:09:21 +0000
committerjkh <jkh@FreeBSD.org>1999-03-30 04:09:21 +0000
commit3161d48cc3b716cab99d7f540783b56f16c93475 (patch)
tree68f9758104f38e41adbc0b72ccd39c97fb71f604 /release/sysinstall
parente9c44757c375afcb9faf84f23607abb1a92494e5 (diff)
downloadFreeBSD-src-3161d48cc3b716cab99d7f540783b56f16c93475.zip
FreeBSD-src-3161d48cc3b716cab99d7f540783b56f16c93475.tar.gz
Bump default root fs sizes, for both i386 and alpha architectures.
Diffstat (limited to 'release/sysinstall')
-rw-r--r--release/sysinstall/label.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/release/sysinstall/label.c b/release/sysinstall/label.c
index 7b9971e..6b69e0f 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
OpenPOWER on IntegriCloud