git: 8597a76f4b - main - 15.0/relnotes: Clarify that FreeBSD-base has to be enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jun 2026 21:28:19 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/doc/commit/?id=8597a76f4bf50a0f5f5b7165c4c1db878a93033a
commit 8597a76f4bf50a0f5f5b7165c4c1db878a93033a
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2026-06-08 21:26:08 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2026-06-08 21:27:44 +0000
15.0/relnotes: Clarify that FreeBSD-base has to be enabled
---
website/content/en/releases/15.0R/relnotes.adoc | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc
index ab5cc5ecd6..14611ba001 100644
--- a/website/content/en/releases/15.0R/relnotes.adoc
+++ b/website/content/en/releases/15.0R/relnotes.adoc
@@ -95,6 +95,12 @@ ab261a3b84ffc11654ac0bafbb7d6b3f1b6afc30bfabab3bcff64259678eac26 /etc/pkg/FreeBS
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
+....
+
+Both methods require the FreeBSD-base repository to be enabled afterwards.
+One way of enabling it is by running the following command:
+
+....
# echo "FreeBSD-base: { enabled: yes }" > /usr/local/etc/pkg/repos/FreeBSD.conf
....