diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-01-12 21:13:29 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-01-12 21:13:29 +0100 |
commit | d55321795bd3b0fa911e0c972ba63fff4c8a845e (patch) | |
tree | 7ff18ba94dc97efcc668a8201e5676aacdf1f038 /profiles/features | |
parent | dev-util/ruff: add 0.1.13 (diff) | |
download | gentoo-d55321795bd3b0fa911e0c972ba63fff4c8a845e.tar.gz gentoo-d55321795bd3b0fa911e0c972ba63fff4c8a845e.tar.bz2 gentoo-d55321795bd3b0fa911e0c972ba63fff4c8a845e.zip |
profiles/features/musl: unmask systemd on installkernel
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/musl/package.use.mask | 6 |
1 files changed, 6 insertions, 0 deletions
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 <andrewammerlaan@gentoo.org> (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 <tupone@gentoo.org> (2024-01-09) # linked against glibc sci-libs/caffe2 mkl |