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)
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
Unknown Object (File)
Jul 9 2023, 5:27 AM
Unknown Object (File)
Jun 27 2023, 8:51 AM
Unknown Object (File)
Jun 22 2023, 6:50 PM
Unknown Object (File)
Jun 16 2023, 4:00 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.