From owner-cvs-all Mon Jan 7 4:25:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F388A37B41C; Mon, 7 Jan 2002 04:25:30 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g07CPU508258; Mon, 7 Jan 2002 04:25:30 -0800 (PST) (envelope-from sheldonh) Message-Id: <200201071225.g07CPU508258@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 7 Jan 2002 04:25:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall install.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2002/01/07 04:25:30 PST Modified files: usr.sbin/sysinstall install.c Log: According to jhb, the alpha bootstrap code depends on the root filesystem using a block size of 8192. Since this seems unlikely to be fixed soon (specifically in time for 4.5-RELEASE on the RELENG_4 branch), fall back to the old default block and frag sizes of 8192 and 1024 in sysinstall on the alpha. Reported by: jhb Revision Changes Path 1.316 +4 -0 src/usr.sbin/sysinstall/install.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message