Skip to content
Snippets Groups Projects
Commit 0ad215bc authored by Kevin Kofler's avatar Kevin Kofler Committed by Teo Mrnjavac
Browse files

users: Drop dependency on chfn. (#260)

Pass the full name directly to useradd instead, using the "-c" (comment)
parameter, which is "currently used as the field for the user's full
name" according to the documentation.

The chfn utility is no longer installed by default on current Fedora
releases due to its dependency on libuser. (They split out chfn and chsh
from util-linux into an optional subpackage.) It could be added as a
dependency of Calamares, but since it is needed inside the chroot, it
has to be on the base live image, not the overlay. Thus, to allow
testing Calamares with a simple "dnf install calamares" again, the
dependency needs to go away. And it is unnecessary anyway.
parent 90cccb94
No related branches found
No related tags found
1 merge request!3Merge upstream changes
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment