| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.74 2004/11/09 08:11:00 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.75 2004/11/18 01:12:58 bennyc Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/faq.xml"> |
5 | <guide link="/doc/en/faq.xml"> |
| 6 | <title>Gentoo Linux Frequently Asked Questions</title> |
6 | <title>Gentoo Linux Frequently Asked Questions</title> |
| 7 | <author title="Previous Chief Architect"> |
7 | <author title="Previous Chief Architect"> |
| … | |
… | |
| 26 | <mail link="peesh@gentoo.org">Jorge Paulo</mail> |
26 | <mail link="peesh@gentoo.org">Jorge Paulo</mail> |
| 27 | </author> |
27 | </author> |
| 28 | <author title="Editor"> |
28 | <author title="Editor"> |
| 29 | <mail link="swift@gentoo.org">Sven Vermeulen</mail> |
29 | <mail link="swift@gentoo.org">Sven Vermeulen</mail> |
| 30 | </author> |
30 | </author> |
|
|
31 | <author title="Editor"> |
|
|
32 | <mail link="bennyc@gentoo.org">Benny Chuang</mail> |
|
|
33 | </author> |
| 31 | |
34 | |
| 32 | <abstract> |
35 | <abstract> |
| 33 | This FAQ is a collection of questions and answers collected from the gentoo-dev |
36 | This FAQ is a collection of questions and answers collected from the gentoo-dev |
| 34 | mailing list and from IRC -- if you have any questions (or answers!) to add, |
37 | mailing list and from IRC -- if you have any questions (or answers!) to add, |
| 35 | please contact either an author or a member of the documentation team. |
38 | please contact either an author or a member of the documentation team. |
| 36 | </abstract> |
39 | </abstract> |
| 37 | |
40 | |
| 38 | <license/> |
41 | <license/> |
| 39 | |
42 | |
| 40 | <version>2.10</version> |
43 | <version>2.10</version> |
| 41 | <date>November 09, 2004</date> |
44 | <date>November 17, 2004</date> |
| 42 | |
45 | |
| 43 | <chapter> |
46 | <chapter> |
| 44 | <title>Featured Questions</title> |
47 | <title>Featured Questions</title> |
| 45 | <section> |
48 | <section> |
| 46 | <title>Getting Started</title> |
49 | <title>Getting Started</title> |
| … | |
… | |
| 373 | </pre> |
376 | </pre> |
| 374 | |
377 | |
| 375 | </body> |
378 | </body> |
| 376 | </section> |
379 | </section> |
| 377 | <section id="devfs"> |
380 | <section id="devfs"> |
| 378 | <title>How to I disable devfs?</title> |
381 | <title>How do I disable devfs?</title> |
| 379 | <body> |
382 | <body> |
| 380 | |
383 | |
| 381 | <p> |
384 | <p> |
| 382 | If you plan on using Gentoo with the "old-style" <path>/dev</path> approach, you |
385 | If you plan on using Gentoo with the "old-style" <path>/dev</path> approach, you |
| 383 | can disable devfs by passing the <c>gentoo=nodevfs</c> to the kernel. If on the |
386 | can disable devfs by passing the <c>gentoo=nodevfs</c> to the kernel. If on the |