diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-01-14 09:16:56 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-01-14 09:16:56 +0000 |
commit | 944533ef9d3a6991f26930955cc08aa78c238a4d (patch) | |
tree | e23827a760b79d21abb7c5954848bc4acd8c2ebd /usr.sbin | |
parent | 167f2aa55bb0488d9768bbea7ac9c20bffd76437 (diff) | |
download | FreeBSD-src-944533ef9d3a6991f26930955cc08aa78c238a4d.zip FreeBSD-src-944533ef9d3a6991f26930955cc08aa78c238a4d.tar.gz |
Revert rev 1.316 now that the bootstrap issues with filesystems using
block sizees larger than 8192 bytes have been resolved, as per the
following deltas:
rev 1.34 src/sys/boot/i386/boot2/boot2.c
rev 1.5 src/sys/boot/alpha/boot1/sys.c
Diffstat (limited to 'usr.sbin')
-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 df4f902..108064f 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 df4f902..108064f 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; } |