I can confirm that on a 8.2-RELEASE derived system, the loader is
setting module_path correctly:
(TPC-F4-42:wheel)# cat /boot/loader.conf.local
kernel="STOCK"
module_path="/boot/kernel;/boot/modules;/modules"
(TPC-F4-42:wheel)# sysctl kern.module_path
kern.module_path: /boot/STOCK;/boot/kernel;/b
On 07/12/2011 04:58, John Baldwin wrote:
> On Monday, July 11, 2011 8:13:19 pm Doug Barton wrote:
>> On 07/11/2011 08:14, John Baldwin wrote:
>>> On Sunday, July 10, 2011 8:53:31 pm Doug Barton wrote:
On 07/10/2011 17:42, Pan Tsu wrote:
> Doug Barton writes:
>
> Doesn't /boot/supp
On Monday, July 11, 2011 8:13:19 pm Doug Barton wrote:
> On 07/11/2011 08:14, John Baldwin wrote:
> > On Sunday, July 10, 2011 8:53:31 pm Doug Barton wrote:
> >> On 07/10/2011 17:42, Pan Tsu wrote:
> >>> Doug Barton writes:
> >>>
> >>> Doesn't /boot/support.4th already populates kern.module_path w
On 07/11/2011 08:14, John Baldwin wrote:
> On Sunday, July 10, 2011 8:53:31 pm Doug Barton wrote:
>> On 07/10/2011 17:42, Pan Tsu wrote:
>>> Doug Barton writes:
>>>
>>> Doesn't /boot/support.4th already populates kern.module_path with
>>> the path of successfully booted kernel? How is this differe
On Sunday, July 10, 2011 8:53:31 pm Doug Barton wrote:
> On 07/10/2011 17:42, Pan Tsu wrote:
> > Doug Barton writes:
> >
> >> Author: dougb
> >> Date: Sun Jul 10 23:47:03 2011
> >> New Revision: 223917
> >> URL: http://svn.freebsd.org/changeset/base/223917
> >>
> >> Log:
> >> Make sure we load
Doug Barton writes:
> On 07/10/2011 17:42, Pan Tsu wrote:
>> Doug Barton writes:
>>
>>> Author: dougb
>>> Date: Sun Jul 10 23:47:03 2011
>>> New Revision: 223917
>>> URL: http://svn.freebsd.org/changeset/base/223917
>>>
>>> Log:
>>> Make sure we load kernel modules from the same path as the r
On 07/10/2011 17:42, Pan Tsu wrote:
> Doug Barton writes:
>
>> Author: dougb
>> Date: Sun Jul 10 23:47:03 2011
>> New Revision: 223917
>> URL: http://svn.freebsd.org/changeset/base/223917
>>
>> Log:
>> Make sure we load kernel modules from the same path as the running kernel
>>
>> Modified:
>>
Doug Barton writes:
> Author: dougb
> Date: Sun Jul 10 23:47:03 2011
> New Revision: 223917
> URL: http://svn.freebsd.org/changeset/base/223917
>
> Log:
> Make sure we load kernel modules from the same path as the running kernel
>
> Modified:
> head/etc/rc.d/kld
>
> Modified: head/etc/rc.d/kl
Author: dougb
Date: Sun Jul 10 23:47:03 2011
New Revision: 223917
URL: http://svn.freebsd.org/changeset/base/223917
Log:
Make sure we load kernel modules from the same path as the running kernel
Modified:
head/etc/rc.d/kld
Modified: head/etc/rc.d/kld
=