summaryrefslogtreecommitdiffstats
path: root/group-systemd (unfollow)
Commit message (Collapse)AuthorLines
2022-04-28Rename group-systemd to init-systemdWolfgang Müller-34/+0
This more clearly describes what this profile does.
2021-11-29group-systemd: Enable use of machinectl's import-* commandsWolfgang Müller-1/+1
This functionality needs support for importd, curl, and lzma in systemd. As this doesn't pull in anything unreasonable, enable it profile-wide.
2021-10-09group-systemd: Enable FIDO2 support for systemdWolfgang Müller-1/+1
Even though not all our systems interface with a FIDO2 device yet, it makes sense to enable this non-invasive USE flag everywhere. With it we don't have to recompile systemd if we want to use FIDO2 devices to unlock encrypted mounts.
2021-07-11group-systemd: Remove unmask for sys-apps/mlocateWolfgang Müller-2/+0
This was added in fc4088d (group-systemd: Add profile for systemd, 2021-04-17) in order to pull in the systemd unit for mlocate. Since the version that provides this unit has since stabilized, we can get rid of this unmask.
2021-05-27group-systemd: Enable various USE flagsWolfgang Müller-1/+1
We are trying out DNS over TLS, so enable that. For stack traces in the journal, enable 'elfutils'. IDN is useful in the general case.
2021-04-28group-systemd: Add patch restoring the regular yellow in terminal-util.hWolfgang Müller-0/+30
2021-04-17group-systemd: Add profile for systemdWolfgang Müller-0/+6
This profile will enable the 'systemd' USE flag globally as recommended by the Gentoo Wiki as well as disable 'elogind' globally (which conflicts with systemd in a few places like x11-base/xorg-server)