diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-04 15:50:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-11 17:17:12 +0100 |
commit | 2e3196fdf784103c6669dba80bee017790a12f96 (patch) | |
tree | 4dd2858a9e4892b82c1d88d6a7deda9b4789e8d2 /profiles | |
parent | net-libs/signond: arm64 stable (bug #702304) (diff) | |
download | gentoo-2e3196fdf784103c6669dba80bee017790a12f96.tar.gz gentoo-2e3196fdf784103c6669dba80bee017790a12f96.tar.bz2 gentoo-2e3196fdf784103c6669dba80bee017790a12f96.zip |
sys-kernel/vanilla-kernel: New package providing built kernel
New package whose primary purpose is to provide a zero-effort way of
ensuring that your system is running a working distribution kernel that
gets cleanly upgraded as part of @world upgrades. The secondary goal
is to make it possible to build universal binary packages that can be
afterwards installed on variety of systems with different hardware,
/boot layouts and bootloaders.
Closes: https://github.com/gentoo/gentoo/pull/13871
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.force | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 2da9ae37b651..e8205d6ded66 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,13 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2019-12-06) +# Non-initramfs builds do not work with the default .config. Force +# 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/vanilla-kernel initramfs + # Sergei Trofimovich <slyfox@gentoo.org> (2019-11-06) # Upstream plans to drop libcrypt.so.1/crypt.h from glibc # distribution and rely on external providers lke libxcrypt. |