From 2e3196fdf784103c6669dba80bee017790a12f96 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 4 Dec 2019 15:50:45 +0100 Subject: sys-kernel/vanilla-kernel: New package providing built kernel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- profiles/base/package.use.force | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'profiles') 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 (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 (2019-11-06) # Upstream plans to drop libcrypt.so.1/crypt.h from glibc # distribution and rely on external providers lke libxcrypt. -- cgit v1.2.3-65-gdbad