The branch main has been updated by karels:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=8955236a10137a1b645e642baf4eaca9c6460547

commit 8955236a10137a1b645e642baf4eaca9c6460547
Author:     Mike Karels <kar...@freebsd.org>
AuthorDate: 2023-05-25 03:08:39 +0000
Commit:     Mike Karels <kar...@freebsd.org>
CommitDate: 2023-05-25 03:08:39 +0000

    bectl.8: update /home
    
    The default location for home directories is moving from /usr/home
    to /home, including the default zfs datasets.  Update accordingly.
    Add zroot/usr/src as replacement example of nested datasets.
    
    While here, mark zroot/var as "canmount off" as per current setup.
    
    Reviewed by:    kevans
    Differential Revision:  https://reviews.freebsd.org/D40206
---
 sbin/bectl/bectl.8 | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/sbin/bectl/bectl.8 b/sbin/bectl/bectl.8
index a989ffd8bba0..61efabb98df4 100644
--- a/sbin/bectl/bectl.8
+++ b/sbin/bectl/bectl.8
@@ -17,7 +17,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 26, 2023
+.Dd May 24, 2023
 .Dt BECTL 8
 .Os
 .Sh NAME
@@ -404,9 +404,10 @@ NAME                       CANMOUNT        MOUNTPOINT
 zroot
 zroot/ROOT             noauto          none
 zroot/ROOT/default     noauto          none
+zroot/home             on              /home
 zroot/usr              off             /usr
-zroot/usr/home         on              /usr/home
-zroot/var              on              /var
+zroot/usr/src          on              /usr/src
+zroot/var              off             /var
 .Ed
 .Pp
 In that example,
@@ -418,9 +419,9 @@ set to
 thus files in
 .Pa /usr
 typically fall into the boot environment because this dataset is not mounted.
-.Pa zroot/usr/home
+.Pa zroot/usr/src
 is mounted, thus files in
-.Pa /usr/home
+.Pa /usr/src
 are not in the boot environment.
 .Pp
 The other style of boot environments in use, frequently called

Reply via email to