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/3] mount-boot/kernel-install: better (re)mount /boot error messages
Date: Tue, 12 Jan 2021 13:00:09
Message-Id: 20210112125957.496263-1-mgorny@gentoo.org
1 Hi,
2
3 Here's a trivial-ish patchset that adds 'nonfatal' support to
4 mount-boot.eclass and then uses it in kernel-install.eclass to issue
5 better error messages.
6
7 This is primarily because dist-kernels install to /boot in postinst
8 only. If /boot is not mounted properly at postinst time, it is possible
9 to reissue it using 'emerge --config' without having to rebuild
10 the whole kernel.
11
12
13
14 Michał Górny (3):
15 mount-boot.eclass: Remove support for EAPI 4 and 5
16 mount-boot.eclass: Support nonfatal
17 kernel-install.eclass: Add instructions for non-mounted /boot
18
19 eclass/kernel-install.eclass | 12 ++++++++++--
20 eclass/mount-boot.eclass | 17 +++++++++++------
21 2 files changed, 21 insertions(+), 8 deletions(-)
22
23 --
24 2.30.0

Replies