| 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.99 2005/11/11 17:27:14 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.100 2005/11/12 15:20:45 swift 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="Author"> |
7 | <author title="Author"> |
| … | |
… | |
| 42 | |
42 | |
| 43 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
43 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 44 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
44 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 45 | <license/> |
45 | <license/> |
| 46 | |
46 | |
| 47 | <version>3.1</version> |
47 | <version>3.2</version> |
| 48 | <date>2005-11-11</date> |
48 | <date>2005-11-12</date> |
| 49 | |
49 | |
| 50 | <chapter> |
50 | <chapter> |
| 51 | <title>Questions:</title> |
51 | <title>Questions:</title> |
| 52 | <section> |
52 | <section> |
| 53 | <title>Getting Started</title> |
53 | <title>Getting Started</title> |
| … | |
… | |
| 376 | <section id="devfs"> |
376 | <section id="devfs"> |
| 377 | <title>How do I disable devfs?</title> |
377 | <title>How do I disable devfs?</title> |
| 378 | <body> |
378 | <body> |
| 379 | |
379 | |
| 380 | <p> |
380 | <p> |
| 381 | Gentoo requires either devfs kernel support or udev userland support to |
381 | Gentoo can work with devfs kernel support, udev userland support or static |
| 382 | function correctly. With the advent of the 2.6 kernel being stable on most |
382 | <path>/dev</path>. With the advent of the 2.6 kernel being stable on most |
| 383 | archs, udev is recommended. Please see the <uri |
383 | archs, udev is recommended. Please see the <uri |
| 384 | link="/doc/en/udev-guide.xml">udev guide</uri> for information on configuring |
384 | link="/doc/en/udev-guide.xml">udev guide</uri> for information on configuring |
| 385 | udev. |
385 | udev. |
|
|
386 | </p> |
|
|
387 | |
|
|
388 | <p> |
|
|
389 | If you want to use the static <path>/dev</path>, please set |
|
|
390 | <c>RC_DEVICES="static"</c> in <path>/cetc/conf.d/rc</path>. |
| 386 | </p> |
391 | </p> |
| 387 | |
392 | |
| 388 | </body> |
393 | </body> |
| 389 | </section> |
394 | </section> |
| 390 | <section id="upgrade"> |
395 | <section id="upgrade"> |