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
F103061468: D40086.diff
Wed, Nov 20, 10:32 AM
Unknown Object (File)
Sun, Nov 3, 10:30 PM
Unknown Object (File)
Sep 30 2024, 11:29 PM
Unknown Object (File)
Sep 30 2024, 5:00 AM
Unknown Object (File)
Sep 29 2024, 12:22 PM
Unknown Object (File)
Sep 25 2024, 12:22 AM
Unknown Object (File)
Sep 20 2024, 12:35 PM
Unknown Object (File)
Sep 14 2024, 9:11 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.