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.
Or files get installed in /boot/kernel.
Should be fixed by r330929 https://reviews.freebsd.org/rS330929 https://reviews.freebsd.org/D14689
Yup- sorry, I had missed this PR, but this is the problem I was addressing.