From owner-freebsd-stable@FreeBSD.ORG Thu Dec 28 12:13:20 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C00116A47B for ; Thu, 28 Dec 2006 12:13:20 +0000 (UTC) (envelope-from nicolas@i.0x5.de) Received: from n.0x5.de (n.0x5.de [217.197.85.144]) by mx1.freebsd.org (Postfix) with ESMTP id B04CE13C481 for ; Thu, 28 Dec 2006 12:13:19 +0000 (UTC) (envelope-from nicolas@i.0x5.de) Received: by pc5.i.0x5.de (Postfix, from userid 1003) id 1E12861C66; Thu, 28 Dec 2006 12:40:46 +0100 (CET) Date: Thu, 28 Dec 2006 12:40:45 +0100 From: Nicolas Rachinsky To: freebsd-stable@FreeBSD.ORG, robert@ml.erje.net Message-ID: <20061228114045.GA78639@mid.pc5.i.0x5.de> Mail-Followup-To: freebsd-stable@FreeBSD.ORG, robert@ml.erje.net References: <20061227154716.GA4907@iphouse.com> <200612281134.kBSBYY3F044568@lurza.secnetix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200612281134.kBSBYY3F044568@lurza.secnetix.de> X-Powered-by: FreeBSD X-Homepage: http://www.rachinsky.de X-PGP-Keyid: 887BAE72 X-PGP-Fingerprint: 039E 9433 115F BC5F F88D 4524 5092 45C4 887B AE72 X-PGP-Keys: http://www.rachinsky.de/nicolas/gpg/nicolas_rachinsky.asc User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: Re: Possibility for FreeBSD 4.11 Extended Support X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Dec 2006 12:13:20 -0000 * Oliver Fromme [2006-12-28 12:34 +0100]: > I'm afraid I don't know how to specify any mount options > for the root file system when mounting it via the kernel's > BOOTP options, but if you mount it read-only (or just treat You can set some, but AFAIK not -L. :( dhcpd.conf: option rootopts code 130 = text ; option rootopts "rsize=65536,wsize=65536,tcp"; With PXE and without the BOOTP option it's possible to set -L loader.conf: boot.nfsroot.options="nolockd" Nicolas -- http://www.rachinsky.de/nicolas