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: sylv...@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. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"