| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v 1.7 2004/07/28 01:52:01 vapier Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v 1.8 2004/08/11 15:06:06 swift Exp $ --> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/gentoo-upgrading.xml"> |
5 | <guide link="/doc/en/gentoo-upgrading.xml"> |
| 6 | <title>Gentoo Upgrading Guide</title> |
6 | <title>Gentoo Upgrading Guide</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| … | |
… | |
| 15 | |
15 | |
| 16 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
16 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 17 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
17 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 18 | <license/> |
18 | <license/> |
| 19 | |
19 | |
| 20 | <version>2.0</version> |
20 | <version>2.1</version> |
| 21 | <date>July 27, 2004</date> |
21 | <date>August 11, 2004</date> |
| 22 | |
22 | |
| 23 | <chapter> |
23 | <chapter> |
| 24 | <title>Gentoo and Upgrades</title> |
24 | <title>Gentoo and Upgrades</title> |
| 25 | <section> |
25 | <section> |
| 26 | <title>Philosophy</title> |
26 | <title>Philosophy</title> |
| … | |
… | |
| 255 | </p> |
255 | </p> |
| 256 | |
256 | |
| 257 | <pre caption="Updating the /etc/make.profile symlink"> |
257 | <pre caption="Updating the /etc/make.profile symlink"> |
| 258 | <comment>substitute <arch> with your arch</comment> |
258 | <comment>substitute <arch> with your arch</comment> |
| 259 | # <i>rm /etc/make.profile</i> |
259 | # <i>rm /etc/make.profile</i> |
| 260 | # <i>ln -s ../usr/portage/profiles/default-<arch>-2004.2 /etc/make.profile</i> |
260 | # <i>ln -s ../usr/portage/profiles/default-linux/<arch>/2004.2 /etc/make.profile</i> |
| 261 | </pre> |
261 | </pre> |
| 262 | |
262 | |
| 263 | <p> |
263 | <p> |
| 264 | <b>x86</b> - This profile changes the default X11 implementation from |
264 | <b>x86</b> - This profile changes the default X11 implementation from |
| 265 | <c>x11-base/xfree</c> to <c>x11-base/xorg-x11</c>. This change only touches |
265 | <c>x11-base/xfree</c> to <c>x11-base/xorg-x11</c>. This change only touches |