aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@FreeBSD.org>2025-12-02 15:25:58 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2025-12-02 15:26:52 +0000
commit7743f2e569d21434ea4041f0857f9134e36fbbb2 (patch)
tree4d8f649eace93b60074fee04688693d9f5aaf5fb
parent1f81c8ad3bfe7661d37086784e00331f811a617c (diff)
releases/15.0R/relnotes: FreeBSD-base repo needs to be re-enabled
Discussed with: cperciva Approved by: ziaee Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D54029
-rw-r--r--website/content/en/releases/15.0R/relnotes.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc
index d63b7dd2db..25616fe296 100644
--- a/website/content/en/releases/15.0R/relnotes.adoc
+++ b/website/content/en/releases/15.0R/relnotes.adoc
@@ -82,7 +82,7 @@ The recommended, and most secure approach, is using the source tree checkout of
# cp -R /usr/src/share/keys/pkgbase-15 /usr/share/keys/pkgbase-15
....
-Users who do not have up to date sources installed may use a less secure, but simpler approach, validating the checksums after installation. As these are architecture-independent files, the checksums will match on all platforms.
+Users who do not have up to date sources installed may use a less secure, but simpler approach, validating the checksums after installation. As these are architecture-independent files, the checksums will match on all platforms. The FreeBSD-base package repository will need to be enabled before upgrading via man:pkg[8].
....
# pkg add -f https://pkg.freebsd.org/FreeBSD:15:$(uname -p)/base_release_0/FreeBSD-pkg-bootstrap-15.0.pkg
@@ -92,6 +92,8 @@ ab261a3b84ffc11654ac0bafbb7d6b3f1b6afc30bfabab3bcff64259678eac26 /etc/pkg/FreeBS
036ae4f9c441a3febb41734bbb37227ec3374edd3c6c687e5cb70d580efbea30 /usr/share/keys/pkg/trusted/pkg.freebsd.org.2013102301
529c79e85a6ca152faa9d57ead85fe0111ffada8d0a0fa2f11fc510999fa50df /usr/share/keys/pkgbase-15/trusted/awskms-15
c368ec8d05654bdaad34742c1d75b9b150bfc3892838cef32f6e5b036b0c0605 /usr/share/keys/pkgbase-15/trusted/backup-signing-15
+# mkdir -p /usr/local/etc/pkg/repos
+# echo "FreeBSD-base: { enabled: yes }" > /usr/local/etc/pkg/repos/FreeBSD.conf
....
[IMPORTANT]