diff options
| author | Dave Cottlehuber <dch@FreeBSD.org> | 2026-01-27 22:51:22 +0000 |
|---|---|---|
| committer | Dave Cottlehuber <dch@FreeBSD.org> | 2026-01-27 22:54:44 +0000 |
| commit | c73ae67348998a0056145e88debbea9ff6860c4f (patch) | |
| tree | 3998a892271c2270b80e94dbcedddd80ae409e72 | |
| parent | 331316b073505e4794754af1cd0c5ccc578a2bde (diff) | |
release/tools: use same pkg settings in containers as in /etc/pkg/FreeBSD.conf
Instructions in /etc/pkg/FreeBSD.conf and elsewhere recommend putting
changes in /usr/local/etc/pkg/repos/FreeBSD.conf so bring OCI containers
into line as well.
Reviewed by: dfr, ivy
Differential Revision: https://reviews.freebsd.org/D54090
MFC after: 5 days
Sponsored by: SkunkWerks, GmbH
| -rw-r--r-- | release/tools/oci-image-static.conf | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/release/tools/oci-image-static.conf b/release/tools/oci-image-static.conf index 8e642d9defce..e2231d951268 100644 --- a/release/tools/oci-image-static.conf +++ b/release/tools/oci-image-static.conf @@ -36,12 +36,8 @@ oci_image_build() { ;; esac mkdir -p $m/usr/local/etc/pkg/repos - cat > $m/usr/local/etc/pkg/repos/base.conf <<EOF + cat > $m/usr/local/etc/pkg/repos/FreeBSD.conf <<EOF FreeBSD-base: { - url: "https://pkg.FreeBSD.org/\${ABI}/${repo}", - mirror_type: "srv", - signature_type: "fingerprints", - fingerprints: "/usr/share/keys/pkg", enabled: yes } EOF |
