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
F106823578: D40086.diff
Sun, Jan 5, 11:58 PM
Unknown Object (File)
Mon, Dec 9, 4:30 AM
Unknown Object (File)
Dec 6 2024, 1:46 PM
Unknown Object (File)
Nov 29 2024, 2:56 PM
Unknown Object (File)
Nov 20 2024, 12:44 PM
Unknown Object (File)
Nov 20 2024, 12:36 PM
Unknown Object (File)
Nov 20 2024, 10:32 AM
Unknown Object (File)
Nov 3 2024, 10:30 PM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 51481
Build 48372: arc lint + arc unit

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.