Gentoo Archives: gentoo-dev

From: Alice Ferrazzi <alicef@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Point user to additional kernel removal, instructions. See bug #581522.
Date: Wed, 28 Dec 2016 02:13:13
Message-Id: CANWzcUpfV+m7jitXAorehxSgJ8xinAWWnfBG+q0DjbJ4pFeBnA@mail.gmail.com
In Reply to: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Point user to additional kernel removal, instructions. See bug #581522. by Mike Pagano
1 looks like nice information to give :)
2
3 ok, for me.
4
5 On Wed, Dec 28, 2016 at 9:52 AM, Mike Pagano <mpagano@g.o> wrote:
6 > This addresses concerns that users might not realize that after an
7 > unmerge of kernel sources some files will need to be removed manually.
8 > The particular concern was specific to the files in /lib/modules/. I
9 > liked this solution, since it does not require a wordy explanation to be
10 > written in the eclass.
11 >
12 > ---
13 > eclass/kernel-2.eclass | 3 +++
14 > 1 file changed, 3 insertions(+)
15 >
16 > diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
17 > index 520a4c1..29b2987 100644
18 > --- a/eclass/kernel-2.eclass
19 > +++ b/eclass/kernel-2.eclass
20 > @@ -1619,4 +1619,7 @@ kernel-2_pkg_postrm() {
21 > ewarn "with modified files will remain behind. By design, package
22 > managers"
23 > ewarn "will not remove these modified files and the directories they
24 > reside in."
25 > echo
26 > + ewarn "For more detailed kernel removal instructions, please see: "
27 > + ewarn "https://wiki.gentoo.org/wiki/Kernel/Removal"
28 > + echo
29 > }
30 > --
31 > 2.10.2
32 >
33 >
34 >
35
36
37
38 --
39 アリス フェッラッシィ
40 Alice Ferrazzi
41
42 Gentoo, If it moves, compile it!
43 My_overlay: https://github.com/aliceinwire/overlay
44 Gentoo Euscan: http://goo.gl/YNbU3h
45 Mail: Alice Ferrazzi <alicef@g.o>
46 PGP: 2E4E 0856 461C 0585 1336 F496 5621 A6B2 8638 781A

Replies