diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-27 17:05:23 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-27 17:05:23 +0000 |
| commit | e24c7ced13ea5fb4b954946a751a32c22a0ed8fd (patch) | |
| tree | 2251b18f92c62180cc86700f6d202c9d9aa922e0 /usr.sbin/sysinstall/install.c | |
| parent | 03c47dc9cdc895eb356e1b92ab37e701f6f216de (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
| -rw-r--r-- | usr.sbin/sysinstall/install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 00f73d379ad4..4036892676f8 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; } |
