From b073d65ef8739e0c0035ac8c97dc0dbc034b0976 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Mon, 14 Jan 2002 09:16:56 +0000 Subject: [PATCH] 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 --- usr.sbin/sade/install.c | 4 ---- usr.sbin/sysinstall/install.c | 4 ---- 2 files changed, 8 deletions(-) diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index df4f9027c64..108064fd296 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 df4f9027c64..108064fd296 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; } -- 2.45.2