| 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 | |
3 | |
| 4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.21 2005/09/08 10:32:09 fox2mike Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.22 2005/09/10 11:31:51 alin Exp $ --> |
| 5 | |
5 | |
| 6 | <guide link="/doc/en/migration-to-2.6.xml"> |
6 | <guide link="/doc/en/migration-to-2.6.xml"> |
| 7 | |
7 | |
| 8 | <title>The complete Gentoo Linux 2.6 migration guide</title> |
8 | <title>The complete Gentoo Linux 2.6 migration guide</title> |
| 9 | |
9 | |
| … | |
… | |
| 26 | <abstract> |
26 | <abstract> |
| 27 | This document will aid you in the process of migrating from Linux 2.4 to Linux |
27 | This document will aid you in the process of migrating from Linux 2.4 to Linux |
| 28 | 2.6, devfs to udev, OSS to ALSA, and LVM to LVM2. |
28 | 2.6, devfs to udev, OSS to ALSA, and LVM to LVM2. |
| 29 | </abstract> |
29 | </abstract> |
| 30 | |
30 | |
| 31 | <version>0.2.9</version> |
31 | <version>0.2.10</version> |
| 32 | <date>2005-09-08</date> |
32 | <date>2005-09-10</date> |
| 33 | |
33 | |
| 34 | <chapter> |
34 | <chapter> |
| 35 | <title>Introduction</title> |
35 | <title>Introduction</title> |
| 36 | |
36 | |
| 37 | <section> |
37 | <section> |
| … | |
… | |
| 78 | <body> |
78 | <body> |
| 79 | |
79 | |
| 80 | <p> |
80 | <p> |
| 81 | From the 2005.0 release of Gentoo Linux, the default kernel is the latest 2.6 |
81 | From the 2005.0 release of Gentoo Linux, the default kernel is the latest 2.6 |
| 82 | series kernel. The default profile of the system is picked up from |
82 | series kernel. The default profile of the system is picked up from |
| 83 | <path>/etc/make.profiles</path> which on 2005.0 or above would be a symlink to |
83 | <path>/etc/make.profile</path> which on 2005.0 or above would be a symlink to |
| 84 | <path>/usr/portage/profiles/default-linux/x86/2005.0</path> under which various |
84 | <path>/usr/portage/profiles/default-linux/x86/2005.0</path> under which various |
| 85 | important settings are taken care of. |
85 | important settings are taken care of. |
| 86 | </p> |
86 | </p> |
| 87 | |
87 | |
| 88 | <p> |
88 | <p> |