[Bug 294729] pkgbase ${SRC}/release/release.sh with custom KERNEL results in pkgbase-stage.lua assertion failed!

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 27 Apr 2026 22:34:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294729

Slawomir Wojciech Wojtczak <vermaden@interia.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vermaden@interia.pl

--- Comment #7 from Slawomir Wojciech Wojtczak <vermaden@interia.pl> ---
I hope this issue will be resolved shorty ... but I just added coverage of
additional custom kernel for PKGBASE FreeBSD build and install with my recent
verimg(8) tool.

Details here:time

- https://github.com/vermaden/verimg

For example to build/setup PKGBASE FreeBSD system with additional custom 'VM'
kernel You do this:
# verimg -k VM -M build:setup -n
INFO: options that will be used
  ARG_MODE: build:setup
  ARG_TYPE: img
  ARG_FILE: VERIMG
  ARG_SIZE: 10g
  ARG_VERS: releng/15.0
  ARG_INST: beadm:lsblk
  ARG_MNTD: /mnt
  ARG_SRCD: /usr/src
  ARG_KERN: GENERIC:VM
  ARG_POOL: sys
  ARG_REPO: /usr/obj/usr/src/repo/FreeBSD:15:amd64/latest
  ARG_BRCH: latest

To actually build remove the -n flag:

# verimg -k VM -M build:setup

Regards,
vermaden

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