| 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/migration-to-2.6.xml,v 1.27 2008/03/06 05:59:25 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.28 2011/03/16 07:41:36 nightmorph Exp $ --> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/migration-to-2.6.xml"> |
5 | <guide> |
| 6 | <title>The complete Gentoo Linux 2.6 migration guide</title> |
6 | <title>The complete Gentoo Linux 2.6 migration guide</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| 9 | <mail link="dsd@gentoo.org">Daniel Drake</mail> |
9 | <mail link="dsd@gentoo.org">Daniel Drake</mail> |
| 10 | </author> |
10 | </author> |
| … | |
… | |
| 18 | <mail link="neysx@gentoo.org">Xavier Neys</mail> |
18 | <mail link="neysx@gentoo.org">Xavier Neys</mail> |
| 19 | </author> |
19 | </author> |
| 20 | <author title="Editor"> |
20 | <author title="Editor"> |
| 21 | <mail link="bennyc@gentoo.org">Benny Chuang</mail> |
21 | <mail link="bennyc@gentoo.org">Benny Chuang</mail> |
| 22 | </author> |
22 | </author> |
|
|
23 | <author title="Editor"> |
|
|
24 | <mail link="nightmorph"/> |
|
|
25 | </author> |
| 23 | |
26 | |
| 24 | <abstract> |
27 | <abstract> |
| 25 | This document will aid you in the process of migrating from Linux 2.4 to Linux |
28 | This document will aid you in the process of migrating from Linux 2.4 to Linux |
| 26 | 2.6, devfs to udev, OSS to ALSA, and LVM to LVM2. |
29 | 2.6, devfs to udev, OSS to ALSA, and LVM to LVM2. |
| 27 | </abstract> |
30 | </abstract> |
| 28 | |
31 | |
| 29 | <version>0.4</version> |
32 | <version>1</version> |
| 30 | <date>2008-03-05</date> |
33 | <date>2011-03-16</date> |
| 31 | |
34 | |
| 32 | <chapter> |
35 | <chapter> |
| 33 | <title>Introduction</title> |
36 | <title>Introduction</title> |
| 34 | <section> |
37 | <section> |
| 35 | <title>What is new in Linux 2.6?</title> |
38 | <title>What is new in Linux 2.6?</title> |
| … | |
… | |
| 302 | location and access the <path>/dev</path> directory from there. |
305 | location and access the <path>/dev</path> directory from there. |
| 303 | </p> |
306 | </p> |
| 304 | |
307 | |
| 305 | <pre caption="Bind-mounting your root partition and listing static devices"> |
308 | <pre caption="Bind-mounting your root partition and listing static devices"> |
| 306 | # <i>mkdir -p /mnt/temp</i> |
309 | # <i>mkdir -p /mnt/temp</i> |
| 307 | # <i>mount -o bind / /mnt/temp</i> |
310 | # <i>mount --rbind / /mnt/temp</i> |
| 308 | # <i>cd /mnt/temp/dev</i> |
311 | # <i>cd /mnt/temp/dev</i> |
| 309 | # <i>ls -l console null</i> |
312 | # <i>ls -l console null</i> |
| 310 | </pre> |
313 | </pre> |
| 311 | |
314 | |
| 312 | <p> |
315 | <p> |