mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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. Approved by: re (cperciva) MFC after: 1 minute Sponsored by: Amazon Differential Revision: https://reviews.freebsd.org/D50583 (cherry picked from commit 29f076ae0cb536d1e891d3375edf28f1bc82df79) (cherry picked from commit 8a2ce9f9dd6745e77bdfe78f03e96ddc8ad1b9d7)
22 lines
635 B
Text
22 lines
635 B
Text
#
|
|
# To disable this repository, instead of modifying or removing this file,
|
|
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
|
|
#
|
|
# mkdir -p /usr/local/etc/pkg/repos
|
|
# echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
|
|
#
|
|
|
|
FreeBSD: {
|
|
url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly",
|
|
mirror_type: "srv",
|
|
signature_type: "fingerprints",
|
|
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
|
|
}
|