kernel-2.eclass: Add some additional text to bring some additional notice to users...
authorMike Pagano <mpagano@gentoo.org>
Sun, 5 Mar 2017 21:41:52 +0000 (16:41 -0500)
committerMike Pagano <mpagano@gentoo.org>
Sun, 5 Mar 2017 21:42:06 +0000 (16:42 -0500)
eclass/kernel-2.eclass

index e95ec0777aa500c795754ff0d74ddcacd8476812..d0f7eb95f79b2e78f3cb2a13d55ed84881816458 100644 (file)
@@ -1054,6 +1054,12 @@ postinst_sources() {
        #  And now the general message.
        if [[ -n ${K_SECURITY_UNSUPPORTED} ]]; then
                ewarn "This means that it is likely to be vulnerable to recent security issues."
+               echo
+               ewarn "Upstream kernel developers recommend always running the latest "
+               ewarn "release of any current long term supported Linux kernel version."
+               ewarn "To see a list of these versions, their most current release and "
+               ewarn "long term support status, please go to https://www.kernel.org ."
+               echo
                ewarn "For specific information on why this kernel is unsupported, please read:"
                ewarn "https://wiki.gentoo.org/wiki/Project:Kernel_Security"
        fi