From owner-freebsd-questions@FreeBSD.ORG Fri Mar 26 10:19:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8398616A4D1 for ; Fri, 26 Mar 2004 10:19:39 -0800 (PST) Received: from hkisrv08.tw.fi (host76-42.teleware.fi [193.65.76.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B3AE43D39 for ; Fri, 26 Mar 2004 10:19:38 -0800 (PST) (envelope-from Toni.Heinonen@teleware.fi) Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Fri, 26 Mar 2004 20:20:42 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Kernel configuration thread-index: AcQTXwwR3LbH5lLFT9WygnFhG7YVrQ== From: "Toni Heinonen" To: Subject: Kernel configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 18:19:39 -0000 % grep NFS /usr/src/sys/i386/conf/MEITSIN #options NFSCLIENT # Network Filesystem Client #options NFSSERVER # Network Filesystem Server #options NFS_ROOT # NFS usable as /, requires = NFSCLIENT % ls /boot/kernel/nfs* /boot/kernel/nfsclient.ko /boot/kernel/nfsserver.ko % grep MEITSIN /boot/kernel/kernel=20 Binary file /boot/kernel/kernel matches I didn't give options NFSCLIENT or NFSSERVER yet it seems to have = compiled support. What gives?