mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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
This commit is contained in:
parent
3267e0815e
commit
29f076ae0c
2 changed files with 14 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue