Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 0/6] kernel-install.eclass: dracut uefi=yes support + improved error handling
Date: Wed, 13 Jan 2021 14:35:28
Message-Id: 20210113143516.1766-1-mgorny@gentoo.org
1 Hi,
2
3 Here's another set of patches to dist-kernel eclasses. This includes:
4
5 1. Improving postinst/config error handling to clearly indicate how
6 to retry via 'emerge --config'. The message now includes SLOT
7 as well.
8
9 2. Adding support for uefi=yes in dracut, i.e. creating combined kernel
10 + initramfs UEFI executable. Requested by prometheanfire.
11
12 The final patch replaces (rebases) the last patch from the mount-boot
13 + kernel-install series. It requires the mount-boot.eclass patches
14 merged to function.
15
16
17 Michał Górny (6):
18 kernel-install.eclass: Move common to kernel-install_install_all
19 kernel-install.eclass: Update symlink before installing
20 kernel-install.eclass: Include SLOT in --config suggestion
21 kernel-install.eclass: Improve failed install error messages
22 dist-kernel-utils.eclass: Support dracut's uefi=yes option
23 kernel-install.eclass: Improve error message on /boot problems
24
25 eclass/dist-kernel-utils.eclass | 35 ++++++++++++++--
26 eclass/kernel-install.eclass | 71 ++++++++++++++++++++-------------
27 2 files changed, 76 insertions(+), 30 deletions(-)
28
29 --
30 2.30.0

Replies