Page MenuHomeFreeBSD

bsdinstall on zfs: create dataset for /home rather than /usr/home
ClosedPublic

Authored by karels on May 13 2023, 8:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 18, 2:48 AM
Unknown Object (File)
Fri, May 10, 7:52 AM
Unknown Object (File)
Thu, May 2, 5:23 PM
Unknown Object (File)
Fri, Apr 26, 12:31 AM
Unknown Object (File)
Dec 20 2023, 4:17 AM
Unknown Object (File)
Dec 12 2023, 5:28 PM
Unknown Object (File)
Nov 8 2023, 2:03 AM
Unknown Object (File)
Oct 7 2023, 12:59 AM
Subscribers

Details

Summary

Now that pw (hence adduser and the initial install) use /home for
user home directories rather than /usr/home, create a dataset for
/home rather than /usr/home. Update the man page to match.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

You could add the hier(7) man page update to this review since this change is what effects that man page too.

This revision is now accepted and ready to land.May 13 2023, 10:52 PM
karels added a subscriber: markj.

Adding @markj, at least for context.

This looks like it does what it's supposed to do.