Page MenuHomeFreeBSD

bsdinstall: add optional dialog boxes to add login and/or additional group(s) during installation
Needs ReviewPublic

Authored by vidwer_fbsdbugs_gmail.com on Nov 26 2020, 2:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 7 2024, 3:57 AM
Unknown Object (File)
Oct 7 2024, 3:57 AM
Unknown Object (File)
Oct 7 2024, 3:35 AM
Unknown Object (File)
Oct 4 2024, 4:19 AM
Unknown Object (File)
Oct 1 2024, 3:15 PM
Unknown Object (File)
Sep 28 2024, 4:04 AM
Unknown Object (File)
Sep 23 2024, 6:38 PM
Unknown Object (File)
Sep 17 2024, 8:08 AM
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35052
Build 32028: arc lint + arc unit

Event Timeline

Can you describe your use case for this and why it should become part of the general installer?

In D27383#613546, @bcr wrote:

Can you describe your use case for this and why it should become part of the general installer?

As a user, instead of having 'adduser' create a group with the same name as the username it would create, I would like to let the installer interactively create a login group.
The added feature is not yet fully robust: only the first user being created will have a non-default login group.