diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-01-13 13:01:01 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-01-13 13:01:01 +0000 |
commit | 4b71b22fd58fb6f17bc71e4862148eb166759ffe (patch) | |
tree | add7512eb7090afa658717d00980aa9f69338936 /profiles | |
parent | added aqhbci-rsacard (Manifest recommit) (diff) | |
download | gentoo-2-4b71b22fd58fb6f17bc71e4862148eb166759ffe.tar.gz gentoo-2-4b71b22fd58fb6f17bc71e4862148eb166759ffe.tar.bz2 gentoo-2-4b71b22fd58fb6f17bc71e4862148eb166759ffe.zip |
Updated with information about a Makefile I wrote to take care of the update for the user.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/amd64/2005.0/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/profiles/default-linux/amd64/2005.0/README b/profiles/default-linux/amd64/2005.0/README index b7e9c6da1ced..2311861a81fd 100644 --- a/profiles/default-linux/amd64/2005.0/README +++ b/profiles/default-linux/amd64/2005.0/README @@ -1,5 +1,18 @@ HOWTO upgrade from 2004.3 and 2004.3/lib64 to 2005.0 +You can trust/test eradicator's script to do it or just run through it +yourself. If you can, please test the script. + +Scripted method: + 1) mkdir /usr/tmp/profile-update + 2) cd /usr/tmp/profile-update + 3) wget http://dev.gentoo.org/~eradicator/amd64/Makefile-profile_update-2005.0 + 4) lynx -source http://dev.gentoo.org/~eradicator/Makefile-profile_update-2005.0.md5sum | md5sum -c - + 5) make -f Makefile-profile_update-2005.0 + +Do it yourself: + 0) If you currently have USE=-multilib, you need to set multilib in USE and + re-emerge gcc. 1) emerge -v '>=sys-apps/portage-2.0.51-r9' 2) emerge -v '>=sys-devel/gcc-config-1.3.9' 3) emerge -v '>=sys-devel/distcc-2.18.3-r1' |