summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/sysinstall/label.c6
-rw-r--r--usr.sbin/sade/label.c6
-rw-r--r--usr.sbin/sysinstall/label.c6
3 files changed, 9 insertions, 9 deletions
diff --git a/release/sysinstall/label.c b/release/sysinstall/label.c
index 340d7d9..9e9049a 100644
--- a/release/sysinstall/label.c
+++ b/release/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
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
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