From owner-freebsd-net@FreeBSD.ORG Sun May 22 08:48:37 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 136FA16A41C for ; Sun, 22 May 2005 08:48:37 +0000 (GMT) (envelope-from michael@staff.openaccess.org) Received: from smtp.openaccess.org (smtp.openaccess.org [216.57.214.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id C247743D54 for ; Sun, 22 May 2005 08:48:36 +0000 (GMT) (envelope-from michael@staff.openaccess.org) Received: from [216.57.214.90] (unknown [216.57.214.90]) by smtp.openaccess.org (Postfix) with ESMTP id 54EF4420D for ; Sun, 22 May 2005 01:48:35 -0700 (PDT) Message-ID: <42904765.9040400@staff.openaccess.org> Date: Sun, 22 May 2005 01:48:37 -0700 From: Michael DeMan Organization: OpenAccess Network Services User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: vfs.nfs.diskless_valid X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 08:48:37 -0000 Hi, Does anybody know what controls the value of sysctl variable vfs.nfs.diskless_valid? We need to boot off compact flash and like the capabilities of /etc/rc.d/initdiskless. I can just comment out the line in that script where it checks the value of vfs.nfs.diskless_valid but would prefer to leave it untouched. Compiling BOOTP into the kernel seems to make the box want to boot BOOTP only. Thanks, - mike