diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-20 18:59:20 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-20 18:59:20 +0000 |
commit | 59214c5dc636c06002fa091689bb9923141cea5b (patch) | |
tree | 46f401df0ad074f88f417b81284c32445af56872 /profiles | |
parent | Fix information disclosure (bug 133814), respect CFLAGS, install desktop entry. (diff) | |
download | historical-59214c5dc636c06002fa091689bb9923141cea5b.tar.gz historical-59214c5dc636c06002fa091689bb9923141cea5b.tar.bz2 historical-59214c5dc636c06002fa091689bb9923141cea5b.zip |
Added deprecation notice to the 2005.0 profile.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/x86/2005.0/deprecated | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/profiles/default-linux/x86/2005.0/deprecated b/profiles/default-linux/x86/2005.0/deprecated new file mode 100644 index 000000000000..e5f37f009def --- /dev/null +++ b/profiles/default-linux/x86/2005.0/deprecated @@ -0,0 +1,19 @@ +default-linux/x86/2006.0 +# Gentoo has switched to 2.6 as the defaults for headers/kernels. If you wish +# to use 2.4 headers/kernels, then you should do the following to upgrade: +# emerge -n '>=sys-apps/portage-2.0.51' +# cd /etc/ +# rm make.profile +# ln -s ../usr/portage/profiles/default-linux/x86/no-nptl/2.4 make.profile + +# If you wish to use the default 2.6 kernel, do the following: +# emerge -n '>=sys-apps/portage-2.0.51' +# cd /etc/ +# rm make.profile +# ln -s ../usr/portage/profiles/default-linux/x86/2006.0 make.profile + +# More information can be found at the following URLs: +# http://www.gentoo.org/doc/en/gentoo-upgrading.xml +# http://www.gentoo.org/doc/en/migration-to-2.6.xml + +# This profile will be removed after June 30th, 2006. |