diff options
| author | Rick Macklem <rmacklem@FreeBSD.org> | 2026-04-07 20:04:36 +0000 |
|---|---|---|
| committer | Rick Macklem <rmacklem@FreeBSD.org> | 2026-04-07 20:04:36 +0000 |
| commit | cc2f8f3786d6e0ef01e2b2feadb804c1f86716da (patch) | |
| tree | d5b5b9d4f5bd0d356535ce8508dc93f9a37da2bc | |
| parent | dc752c26b7e5013557dbc141644e4add1015351d (diff) | |
RELNOTES: Update the entry for commit 8b9775912cbc
| -rw-r--r-- | RELNOTES | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 |
