summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sade/install.c')
-rw-r--r--usr.sbin/sade/install.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 108064f..df4f902 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -1121,7 +1121,11 @@ installVarDefaults(dialogMenuItem *self)
variable_set2(SYSTEM_STATE, "update", 0);
else
variable_set2(SYSTEM_STATE, "init", 0);
+#ifdef __alpha__
+ variable_set2(VAR_NEWFS_ARGS, "-b 8192 -f 1024", 0);
+#else
variable_set2(VAR_NEWFS_ARGS, "-b 16384 -f 2048", 0);
+#endif
variable_set2(VAR_CONSTERM, "NO", 0);
return DITEM_SUCCESS;
}
OpenPOWER on IntegriCloud