From owner-freebsd-questions@FreeBSD.ORG Mon Dec 10 19:53:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D1FD16A418 for ; Mon, 10 Dec 2007 19:53:06 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 0D9CE13C44B for ; Mon, 10 Dec 2007 19:53:05 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.14.1) id lBAJr3Ff016807; Mon, 10 Dec 2007 13:53:03 -0600 (CST) (envelope-from dan) Date: Mon, 10 Dec 2007 13:53:03 -0600 From: Dan Nelson To: "Aryeh M. Friedman" Message-ID: <20071210195303.GQ85081@dan.emsphone.com> References: <475D402D.1080000@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <475D402D.1080000@gmail.com> X-OS: FreeBSD 7.0-BETA4 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: loading modules not in /boot/kernel from loader.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2007 19:53:06 -0000 In the last episode (Dec 10), Aryeh M. Friedman said: > sysutils/fusefs-kmod installs to /usr/local/modules/fuse.ko and a > fuse_load="YES" will not work because of this. But, mv/cp/ln'ing it > to /boot/kernel gets nuked if you rebuild/install the kernel. How to > get around this? The loader also checks /boot/modules/ , so copy your stuff there. That's where the kqemu-kmod port puts kqemu.ko, for example. -- Dan Nelson dnelson@allantgroup.com