commit: 8dfa9a7c505b2c97ffdedc08497e9948936f97d3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 03:34:36 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 03:34:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dfa9a7c
profiles/base: Force sys-kernel/gentoo-kernel{,-bin}[initramfs]
Add sys-kernel/gentoo-kernel{,-bin} to the entry forcing USE=initramfs
on dist-kernels. It was originally supposed to apply to all
dist-kernels (i.e. kernels using generic config), and it was my mistake
not to add new kernel packages to it.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/base/package.use.force | 2 ++
1 file changed, 2 insertions(+)
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index f5c1c68f40e7..a563a60377e0 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -169,6 +169,8 @@ sys-libs/libcxx libcxxabi
# the mask, so that users don't brick their systems. If somebody wants
# to avoid initramfs, he needs to use a custom .config and unforce
# the flag.
+sys-kernel/gentoo-kernel initramfs
+sys-kernel/gentoo-kernel-bin initramfs
sys-kernel/vanilla-kernel initramfs
# Matt Turner <[email protected]> (2019-09-01)