swift 05/11/12 15:20:45 Modified: xml/htdocs/doc/en faq.xml Log: Static dev is functional as well (thx to baselayout folks and grant goodyear for rapporting)
Revision Changes Path 1.100 +10 -5 xml/htdocs/doc/en/faq.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml?rev=1.100&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml?rev=1.100&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/faq.xml.diff?r1=1.99&r2=1.100&cvsroot=gentoo Index: faq.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- faq.xml 11 Nov 2005 17:27:14 -0000 1.99 +++ faq.xml 12 Nov 2005 15:20:45 -0000 1.100 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.99 2005/11/11 17:27:14 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.100 2005/11/12 15:20:45 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/faq.xml"> @@ -44,8 +44,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>3.1</version> -<date>2005-11-11</date> +<version>3.2</version> +<date>2005-11-12</date> <chapter> <title>Questions:</title> @@ -378,13 +378,18 @@ <body> <p> -Gentoo requires either devfs kernel support or udev userland support to -function correctly. With the advent of the 2.6 kernel being stable on most +Gentoo can work with devfs kernel support, udev userland support or static +<path>/dev</path>. With the advent of the 2.6 kernel being stable on most archs, udev is recommended. Please see the <uri link="/doc/en/udev-guide.xml">udev guide</uri> for information on configuring udev. </p> +<p> +If you want to use the static <path>/dev</path>, please set +<c>RC_DEVICES="static"</c> in <path>/cetc/conf.d/rc</path>. +</p> + </body> </section> <section id="upgrade"> -- [email protected] mailing list
