From owner-cvs-all Sat Dec 1 20:47:49 2001 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 17F8E37B405; Sat, 1 Dec 2001 20:47:47 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB24llP67080; Sat, 1 Dec 2001 20:47:47 -0800 (PST) (envelope-from matusita) Message-Id: <200112020447.fB24llP67080@freefall.freebsd.org> From: Makoto MATSUSHITA Date: Sat, 1 Dec 2001 20:47:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/i386 boot_crunch.conf 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 matusita 2001/12/01 20:47:46 PST Modified files: release/i386 boot_crunch.conf usr.sbin/sysinstall install.c Log: Sysinstall cleanups for installation: 1) Use devfs to mount filesystems. If mounting devfs is fail, fallback to old code. 2) When fscking filesystems, use 'fsck_ffs' explicitly. As a result, we no longer need 'fsck' the wrapper program. Reviewed by: jkh Revision Changes Path 1.51 +2 -4 src/release/i386/boot_crunch.conf 1.311 +28 -19 src/usr.sbin/sysinstall/install.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message