diff options
author | Daniel Drake <dsd@gentoo.org> | 2007-12-17 16:05:13 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2007-12-17 16:05:13 +0000 |
commit | e91760d13a02efaaa67f9038b858d552c77e17ad (patch) | |
tree | 190abfd1f77134af85d4633c03ccb92ff57d8075 /eclass | |
parent | remove 1.3.32 for bug 199831 (diff) | |
download | gentoo-2-e91760d13a02efaaa67f9038b858d552c77e17ad.tar.gz gentoo-2-e91760d13a02efaaa67f9038b858d552c77e17ad.tar.bz2 gentoo-2-e91760d13a02efaaa67f9038b858d552c77e17ad.zip |
remove 2.6.13 devfs notice, there's not much point showing this any more since the migration happened ages ago
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 5fb9e42daa24..e180d08bf5cf 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.206 2007/10/03 12:53:10 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.207 2007/12/17 16:05:13 dsd Exp $ # Description: kernel.eclass rewrite for a clean base regarding the 2.6 # series of kernel with back-compatibility for 2.4 @@ -637,11 +637,6 @@ postinst_sources() { einfo "in the following documents:" einfo " - General upgrade guide: http://www.gentoo.org/doc/en/kernel-upgrade.xml" kernel_is_2_6 && einfo " - 2.4 to 2.6 migration guide: http://www.gentoo.org/doc/en/migration-to-2.6.xml" - if kernel_is ge 2 6 13; then - ewarn "As of 2.6.13 the support for devfs has been removed." - ewarn "You will be required to either manage a static /dev" - ewarn "or to ensure that udev is starting on boot." - fi echo # if K_EXTRAEINFO is set then lets display it now |