aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-27 17:05:23 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-27 17:05:23 +0000
commite24c7ced13ea5fb4b954946a751a32c22a0ed8fd (patch)
tree2251b18f92c62180cc86700f6d202c9d9aa922e0
parent03c47dc9cdc895eb356e1b92ab37e701f6f216de (diff)
Notes
-rw-r--r--usr.sbin/sade/install.c2
-rw-r--r--usr.sbin/sysinstall/install.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 00f73d379ad46..4036892676f85 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -1073,7 +1073,7 @@ installVarDefaults(dialogMenuItem *self)
variable_set2(SYSTEM_STATE, "update", 0);
else
variable_set2(SYSTEM_STATE, "init", 0);
- variable_set2(VAR_NEWFS_ARGS, "-b 8192 -f 1024", 0);
+ variable_set2(VAR_NEWFS_ARGS, "-b 8192 -f 1024 -c 22", 0);
return DITEM_SUCCESS;
}
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 00f73d379ad46..4036892676f85 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -1073,7 +1073,7 @@ installVarDefaults(dialogMenuItem *self)
variable_set2(SYSTEM_STATE, "update", 0);
else
variable_set2(SYSTEM_STATE, "init", 0);
- variable_set2(VAR_NEWFS_ARGS, "-b 8192 -f 1024", 0);
+ variable_set2(VAR_NEWFS_ARGS, "-b 8192 -f 1024 -c 22", 0);
return DITEM_SUCCESS;
}