Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2026 23:33:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkgbase@FreeBSD.org
Subject:   [Bug 294729] pkgbase ${SRC}/release/release.sh with custom KERNEL results in pkgbase-stage.lua assertion failed!
Message-ID:  <bug-294729-36141-246mrQFiOQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-294729-36141@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

--- Comment #8 from Alan Somers <asomers@FreeBSD.org> ---
A closely related problem is that it's currently impossible to create CD or DVD
images containing multiple kernels.  For example, if you set KERNEL="GENERIC
GENERIC-DEBUG" in release.conf and make.conf, then release.sh will build both
kernels correctly.  But pkgbase-stage.lua will only fetch the GENERIC kernel
into the cd image.  There's currently no way to tell pkgbase-stage.lua to
install the extra kernel, too.  I see a few options:

* Hack pkgbase-stage.lua to manually add the extra package name to "packages",
near the bottom of the file.

* Hack pkgbase-stage.lua to add one or more additional components.

* Modify src to include the extra package name as a dependency of
FreeBSD-set-kernels, though I'm not sure how.

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-294729-36141-246mrQFiOQ>