diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-01-14 09:16:56 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-01-14 09:16:56 +0000 |
| commit | b073d65ef8739e0c0035ac8c97dc0dbc034b0976 (patch) | |
| tree | e23827a760b79d21abb7c5954848bc4acd8c2ebd | |
| parent | 20125be8b1cb654c97c4c03e2cf2880eb343423d (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sade/install.c | 4 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/install.c | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index df4f9027c64d..108064fd296b 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -1121,11 +1121,7 @@ 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; } diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index df4f9027c64d..108064fd296b 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -1121,11 +1121,7 @@ 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; } |
