From cc2f8f3786d6e0ef01e2b2feadb804c1f86716da Mon Sep 17 00:00:00 2001 From: Rick Macklem Date: Tue, 7 Apr 2026 13:04:36 -0700 Subject: [PATCH] RELNOTES: Update the entry for commit 8b9775912cbc --- RELNOTES | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/RELNOTES b/RELNOTES index 03f05a4ff48..b0076bf77bf 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="", + if you are running nfsuserd(8). ab9257599a5: The src.conf(5) options WITHOUT_BZIP2 and WITHOUT_BZIP2_SUPPORT