summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/label.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-12-17 02:02:51 +0000
committerjkh <jkh@FreeBSD.org>1999-12-17 02:02:51 +0000
commitec81652781ad11489f1804f191cdc2b99df4b89d (patch)
tree4b9c45ab6a6cf4a8d3b61d41aa096f3ee402f4f2 /usr.sbin/sysinstall/label.c
parentdd89aff00103d7c2081869aa63be4814c400610e (diff)
downloadFreeBSD-src-ec81652781ad11489f1804f191cdc2b99df4b89d.zip
FreeBSD-src-ec81652781ad11489f1804f191cdc2b99df4b89d.tar.gz
Bump default root size to 50MB on i386 (70MB on Alpha).
Requested incessantly by: billf
Diffstat (limited to 'usr.sbin/sysinstall/label.c')
-rw-r--r--usr.sbin/sysinstall/label.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c
index 340d7d9..9e9049a 100644
--- a/usr.sbin/sysinstall/label.c
+++ b/usr.sbin/sysinstall/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
OpenPOWER on IntegriCloud