From owner-cvs-src@FreeBSD.ORG Sat Dec 11 03:16:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B859716A4CE; Sat, 11 Dec 2004 03:16:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90C5843D54; Sat, 11 Dec 2004 03:16:53 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBB3GrRY014511; Sat, 11 Dec 2004 03:16:53 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBB3Gr3G014510; Sat, 11 Dec 2004 03:16:53 GMT (envelope-from kensmith) Message-Id: <200412110316.iBB3Gr3G014510@repoman.freebsd.org> From: Ken Smith Date: Sat, 11 Dec 2004 03:16:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/i386 drivers.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2004 03:16:53 -0000 kensmith 2004-12-11 03:16:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release/i386 drivers.conf Log: The kern.flp floppy was, as usual, overflowing. Moving NFS out of the kernel on the boot floppy and into the mfsroot.flp floppy as a module seems to solve the space problem and doesn't break the install. Revision Changes Path 1.3.2.14 +1 -0 src/release/i386/drivers.conf