aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2026-04-07 20:04:36 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2026-04-07 20:04:36 +0000
commitcc2f8f3786d6e0ef01e2b2feadb804c1f86716da (patch)
treed5b5b9d4f5bd0d356535ce8508dc93f9a37da2bc
parentdc752c26b7e5013557dbc141644e4add1015351d (diff)
RELNOTES: Update the entry for commit 8b9775912cbc
-rw-r--r--RELNOTES11
1 files changed, 8 insertions, 3 deletions
diff --git a/RELNOTES b/RELNOTES
index 03f05a4ff48e..b0076bf77bf3 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -12,9 +12,14 @@ Changes to this file should not be MFCed.
8b9775912cbc, 53b4ae3bf0f7:
Add support for an NFSv4 root file system.
- Note that NFSv3 is still used for bootstrapping. See:
- https://wiki.freebsd.org/MateuszPiotrowski/BootFreebsdFromNfs
- for information on how to set it up.
+ Note that NFSv3 is still used for bootstrapping. See
+ "Diskless Operation with PXE" under "Advanced Networking" in the
+ FreeBSD Handbook. To configure an NFSv4 root fs, you will need
+ a line in /boot/loader.conf like boot.nfsroot.options="nfsv4" and
+ either a line in /etc/sysctl.conf like vfs.nfs.enable_uidtostring=1
+ or an additional line in /boot/loader.conf like
+ boot.nfsroot.user_domain="<user-domain>",
+ if you are running nfsuserd(8).
ab9257599a5:
The src.conf(5) options WITHOUT_BZIP2 and WITHOUT_BZIP2_SUPPORT