Gentoo Archives: gentoo-dev

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

Replies

Subject Author
Re: [gentoo-dev] Re: Changes to some profiles Marius Mauch <genone@g.o>