diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-01-07 12:25:30 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-01-07 12:25:30 +0000 |
| commit | c0d8fa85781623d625cf253cf3a4c9d1aede569a (patch) | |
| tree | 3e9922f566fb3bd1ba5cd24f9cb33dc19b4f1150 /usr.sbin/sade | |
| parent | 0604ab34651abb3fb4d8a89f1cf5344fbcb13900 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sade')
| -rw-r--r-- | usr.sbin/sade/install.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 108064fd296b..df4f9027c64d 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; } |
