svn commit: r278396 - projects/release-pkg/release/packages/kernel
Konstantin Belousov
kostikbel at gmail.com
Mon Feb 9 08:47:12 UTC 2015
On Sun, Feb 08, 2015 at 10:09:11PM +0100, Baptiste Daroussin wrote:
> On Sun, Feb 08, 2015 at 11:02:24PM +0200, Konstantin Belousov wrote:
> > On Sun, Feb 08, 2015 at 07:12:38PM +0000, Baptiste Daroussin wrote:
> > > Author: bapt
> > > Date: Sun Feb 8 19:12:38 2015
> > > New Revision: 278396
> > > URL: https://svnweb.freebsd.org/changeset/base/278396
> > >
> > > Log:
> > > Running kldxref after the kernel installation is useless given it will be done
> > > at reboot
> >
> > It is strange. What runs kldxref on reboot ?
> > I suppose that kldxref should be run before packaging, and the result is
> > packaged together with the modules.
>
> Except that in that case linkers.hints will be tracked by the package manager
> aka pkg check -s will yell about then checksum being changed.
Ok, I figured out my confusion. You are referencing the rc.d/kldxref
update, am I right. Arguably, this is too late (after the reboot, i.e.
after the loader and rc.d/kld were done).
>
> I'll add back kldxref as post-install.
This should be fine, thanks.
More information about the svn-src-projects
mailing list