Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2017 21:03:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 221750] kernel packages: incorrect post-install script (kldxref) when packaging multiple kernels
Message-ID:  <bug-221750-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221750

            Bug ID: 221750
           Summary: kernel packages: incorrect post-install script
                    (kldxref) when packaging multiple kernels
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: sylvain@sylvaingarrigues.com

Hello, 

I build and package my kernels with:
KERNCONF=KERNEL1 KERNEL2
NO_INSTALLEXTRAKERNELS=no

I do get both packages.

However, for KERNEL2, files get installed in /boot/kernel.KERNEL2 but the
post-install script is "/usr/sbin/kldxref ${PKG_ROOTDIR}/boot/kernel"

I think it should be /usr/sbin/kldxref ${PKG_ROOTDIR}/boot/kernel.KERNEL2 in
that case.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221750-8>