git: 29f076ae0cb5 - main - pkg.conf: Use kmod repositories
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 May 2025 19:58:00 UTC
The branch main has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=29f076ae0cb536d1e891d3375edf28f1bc82df79
commit 29f076ae0cb536d1e891d3375edf28f1bc82df79
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-05-28 21:10:41 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-05-29 19:57:48 +0000
pkg.conf: Use kmod repositories
The kmod repositories were added shortly after 14.2-RELEASE. Point at
them here so that users don't need to manually add the configuration
in order to get e.g. working graphics.
MFC after: 1 minute
Sponsored by: Amazon
Differential Revision: https://reviews.freebsd.org/D50583
---
usr.sbin/pkg/FreeBSD.conf.latest | 7 +++++++
usr.sbin/pkg/FreeBSD.conf.quarterly | 7 +++++++
2 files changed, 14 insertions(+)
diff --git a/usr.sbin/pkg/FreeBSD.conf.latest b/usr.sbin/pkg/FreeBSD.conf.latest
index a75b0703386f..b7b528bc3756 100644
--- a/usr.sbin/pkg/FreeBSD.conf.latest
+++ b/usr.sbin/pkg/FreeBSD.conf.latest
@@ -13,3 +13,10 @@ FreeBSD: {
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
+FreeBSD-kmods: {
+ url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_latest_${VERSION_MINOR}",
+ mirror_type: "srv",
+ signature_type: "fingerprints",
+ fingerprints: "/usr/share/keys/pkg",
+ enabled: yes
+}
diff --git a/usr.sbin/pkg/FreeBSD.conf.quarterly b/usr.sbin/pkg/FreeBSD.conf.quarterly
index 645053820dda..2050350baa1f 100644
--- a/usr.sbin/pkg/FreeBSD.conf.quarterly
+++ b/usr.sbin/pkg/FreeBSD.conf.quarterly
@@ -13,3 +13,10 @@ FreeBSD: {
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
+FreeBSD-kmods: {
+ url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}",
+ mirror_type: "srv",
+ signature_type: "fingerprints",
+ fingerprints: "/usr/share/keys/pkg",
+ enabled: yes
+}