Re: is there a "right" pkg (kmods) repo for 14.3-STABLE or -CURRENT?
- In reply to: Steve Rikli : "is there a "right" pkg (kmods) repo for 14.3-STABLE or -CURRENT?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Aug 2025 18:54:28 UTC
On 02/08/2025 18:05, Steve Rikli wrote:
> … browsing https://pkg.freebsd.org/FreeBSD:14:amd64/ contents I see
> kmods_latest[_23] and kmods_quarterly[_23] for -STABLE; I assume the
> best match is a _latest*, but I haven't tried _2 or _3 so far. …
The three examples below may help. The first is for RELEASE, not STABLE.
<https://github.com/freebsd/freebsd-src/blob/releng/14.3/usr.sbin/pkg/FreeBSD.conf.quarterly>
kmods_quarterly_${VERSION_MINOR} will result in kmods_quarterly_3 for
14.3-RELEASE.
<https://github.com/freebsd/freebsd-src/blob/stable/14/usr.sbin/pkg/FreeBSD.conf.quarterly>
kmods_quarterly
<https://github.com/freebsd/freebsd-src/blob/stable/14/usr.sbin/pkg/FreeBSD.conf.latest>
kmods_latest