summaryrefslogtreecommitdiffstats
path: root/init-systemd (unfollow)
Commit message (Collapse)AuthorLines
2024-07-16boot-efi: Migrate boot USE-flag from init-systemd to boot-efiWolfgang Müller-1/+1
The old gnuefi flag does not exist anymore, and a "generic" installation of systemd should not pull in the bootloader.
2024-03-23init-systemd: Bring in line with 23.0 hardened/systemd profilesWolfgang Müller-4/+0
With the upstream addition of hardened/systemd profiles, we no longer have to set these settings manually.
2023-12-01init-systemd: Enable 'kernel-install' for systemdWolfgang Müller-1/+1
2023-11-01init-systemd: Enable boot USE flagWolfgang Müller-1/+1
We use systemd-boot and bootctl on at least one machine with the init-systemd profile, so enable it here.
2023-06-11init-systemd: Mask the 'split-usr' USE flagWolfgang Müller-0/+1
2023-05-02init-systemd: Disable fido2Wolfgang Müller-1/+1
Because of [1] this will now pull in cryptsetup. Since there's no point in having fido2 enabled without it for now, we can simply disable it. [1] https://bugs.gentoo.org/902831
2022-11-08init-systemd: Enable tpm and fido2 USE flags for sys-apps/systemdWolfgang Müller-1/+1
We have at least one machine with both a TPM chip and a FIDO2 device. It shouldn't hurt enabling this for every systemd-based system we have.
2022-04-28init-systemd: Remove 'cryptsetup' and 'fido2' USE flagsWolfgang Müller-1/+1
These are not needed in the general case and should instead be enabled in a host-specific profile.
2022-04-28Rename group-systemd to init-systemdWolfgang Müller-0/+34
This more clearly describes what this profile does.