commit: d55321795bd3b0fa911e0c972ba63fff4c8a845e Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Fri Jan 12 20:13:29 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Fri Jan 12 20:13:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5532179
profiles/features/musl: unmask systemd on installkernel Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/features/musl/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index ef32d21442ee..e37fc86b0889 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected]> (2024-01-12) +# The systemd flag is globally masked on musl. But we need +# systemd's kernel-install to use systemd-boot which is still +# possible on musl via systemd-utils[boot]. +sys-kernel/installkernel -systemd + # Alfredo Tupone <[email protected]> (2024-01-09) # linked against glibc sci-libs/caffe2 mkl
