Sergey Matveychuk wrote:
> > MODULES_WITH_WORLD causes modules to be installed during installworld.
> > But when you later do installkernel, it renames /boot/kernel to
> > /boot/kernel.old, so all your modules end up there.  Don't use
> > MODULES_WITH_WORLD, or use ``make reinstallkernel'' which is safe
> > for MODULES_WITH_WORLD environment.
> 
> I see it now. Thanks.
> I'v fixed it just going into /sys/modules/acpi and making install.

You should be able to do all of them, unless you make.conf has
problems, by:

        cd /sys/i386/compile/GENERIC
        make
        make install

To do your kernel and module builds and installs (avoid using
installkernel, if you are not going to update everything from
scratch each time).

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to