Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2003 12:11:29 -0800
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Sergey Matveychuk <sem@ciam.ru>
Cc:        Ruslan Ermilov <ru@FreeBSD.ORG>, freebsd-current@FreeBSD.ORG
Subject:   Re: ACPI
Message-ID:  <3E592AF1.A07976DB@mindspring.com>
References:  <000501c2db11$8a869d00$0982763e@semhome> <3E588954.D21FF456@mindspring.com> <000d01c2db3a$b4be6d40$0a2da8c0@sem> <20030223193229.GC42904@sunbay.com> <003c01c2db75$53f336e0$7983763e@semhome>

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E592AF1.A07976DB>