calamares/src
Kevin Kofler b6f8d6ae92 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.
2016-09-28 21:24:36 +02:00
..
branding [branding] add Manjaro branding 2016-09-10 13:54:01 +02:00
calamares Port away from most cases of Q_FOREACH to C++11 ranged for loop. 2016-09-01 16:46:14 +01:00
crashreporter Fix breakpad server url. 2016-03-23 18:48:08 +01:00
libcalamares Port away from most cases of Q_FOREACH to C++11 ranged for loop. 2016-09-01 16:46:14 +01:00
libcalamaresui Remove irrelevant debug output. 2016-09-21 20:34:40 +02:00
modules users: Drop dependency on chfn. (#260) 2016-09-28 21:24:36 +02:00
qml Copyright header. 2015-01-24 10:46:51 +01:00
CMakeLists.txt Build it. 2016-03-23 18:48:08 +01:00