Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2007 09:48:57 +1100
From:      Antony Mawer <fbsd-questions@mawer.org>
To:        "Aryeh M. Friedman" <aryeh.friedman@gmail.com>
Cc:        Rob Messick <robmessick@gmail.com>, Tino Engel <elrap@web.de>, freebsd-questions@freebsd.org
Subject:   Re: loading modules not in /boot/kernel from loader.conf
Message-ID:  <475DC259.6070006@mawer.org>
In-Reply-To: <475D6127.60801@gmail.com>
References:  <475D402D.1080000@gmail.com> <475D92C8.7020404@gmail.com>	<475D4CDB.1070608@gmail.com> <475DA681.7070302@web.de> <475D6127.60801@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11/12/2007 2:54 AM, Aryeh M. Friedman wrote:
>> You could make a softlink...
> 
> Thats what raised the question I was doing ln -s
> /usr/local/modules/fuse.ko /boot/kernel/fuse.ko

Remember that this is the loader which will be loading the
module, so if /usr is a separate partition then this will not work as 
/usr doesn't get mounted until much, much later in the boot process...

Alternatively, if you're using your own home-brew rc script, why not 
just add a kldload fuse into it?

--Antony



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?475DC259.6070006>