Gentoo Archives: gentoo-dev

From: Marius Mauch <genone@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: Changes to some profiles
Date: Sun, 03 Feb 2008 02:33:14
Message-Id: 20080203033305.8403c6ba.genone@gentoo.org
In Reply to: Re: [gentoo-dev] Re: Changes to some profiles by "Rémi Cardona"
1 On Sat, 02 Feb 2008 09:50:21 +0100
2 Rémi Cardona <remi@g.o> wrote:
3
4 > Vlastimil Babka a écrit :
5 > > How about just some elog "If you use make install, emerge
6 > > --noreplace debianutils" in the kernel's postinst or something.
7 >
8 > Bellow is my contribution to this thread :)
9 >
10 > Cheers,
11 >
12 > Rémi
13 >
14 >
15 > --- kernel-2.eclass 2007-12-17 17:06:02.000000000 +0100
16 > +++ kernel-2.eclass 2008-02-02 09:48:25.000000000 +0100
17 > @@ -659,6 +659,11 @@ postinst_sources() {
18 > ewarn "For specific information on why this kernel
19 > is unsupported, please read:"
20 > ewarn
21 > "http://www.gentoo.org/proj/en/security/kernel.xml" fi
22 > +
23 > + # display debianutils message
24 > + echo
25 > + einfo "If you use \"make install\" to install your kernel
26 > to /boot,"
27 > + einfo "you will need to emerge \"sys-apps/debianutils\""
28 > }
29 >
30 > postinst_headers() {
31
32 s/einfo/elog/ and people might even read it ;)
33
34 Marius
35 --
36 gentoo-dev@l.g.o mailing list