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
F167763257: D27383.id80022.diff
Mon, Aug 24, 9:02 AM
Unknown Object (File)
Wed, Aug 12, 2:55 AM
Unknown Object (File)
Sat, Aug 8, 7:28 PM
Unknown Object (File)
Sun, Aug 2, 12:42 AM
Unknown Object (File)
Sat, Aug 1, 6:07 AM
Unknown Object (File)
Sun, Jul 26, 7:52 AM
Unknown Object (File)
Sun, Jul 26, 12:27 AM
Unknown Object (File)
Sun, Jul 26, 12:26 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.