Vlastimil Babka a écrit :
How about just some elog "If you use make install, emerge --noreplace
debianutils" in the kernel's postinst or something.
Bellow is my contribution to this thread :)
Cheers,
Rémi
--- kernel-2.eclass 2007-12-17 17:06:02.000000000 +0100
+++ kernel-2.eclass 2008-02-02 09:48:25.000000000 +0100
@@ -659,6 +659,11 @@ postinst_sources() {
ewarn "For specific information on why this kernel is unsupported,
please read:"
ewarn "http://www.gentoo.org/proj/en/security/kernel.xml"
fi
+
+ # display debianutils message
+ echo
+ einfo "If you use \"make install\" to install your kernel to /boot,"
+ einfo "you will need to emerge \"sys-apps/debianutils\""
}
postinst_headers() {
--
[email protected] mailing list