From owner-cvs-src Mon Mar 17 13: 9:21 2003 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 0B0C837B401; Mon, 17 Mar 2003 13:09:19 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C69AF43F93; Mon, 17 Mar 2003 13:09:17 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (smmsp@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.7/8.12.7) with ESMTP id h2HL9HFU035819; Mon, 17 Mar 2003 13:09:17 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.7/8.12.7/Submit) id h2HL9HBk035818; Mon, 17 Mar 2003 13:09:17 -0800 (PST) Date: Mon, 17 Mar 2003 13:09:17 -0800 From: "David O'Brien" To: Ruslan Ermilov Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile Message-ID: <20030317210916.GB35762@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200303171849.h2HInkIh085770@repoman.freebsd.org> <20030317192847.GD21778@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030317192847.GD21778@sunbay.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 17, 2003 at 09:28:47PM +0200, Ruslan Ermilov wrote: > # Please note: the md(4) driver must be present in the kernel > # (either by being compiled in or loaded as a kld(4) module), > # otherwise the target 'release.9' and possibly others will fail. > > This comment now is OBE. The manpage should also be tweaked. It should stay in the manpage as it still documents the requirement. > > Also place the mdconfig right before the chroot call, to make it stand out > > this needs to be done in the standard environment, as we've tried doing it > > in the chroot environment before. > > > > Revision Changes Path > > 1.761 +2 -0 src/release/Makefile > > > Why not just code it like ``kldload md'' here, to make its purpose > more explicit? I used to have that way back when, but people that have vn(4) (now md(4)) statically compiled into their kernel didn't like it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message