nightmorph 07/01/05 16:40:42 Modified: udev-guide.xml Log: moved udev-103 blurb a little higher up, bug 160225
Revision Changes Path 1.35 xml/htdocs/doc/en/udev-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.35&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.34&r2=1.35 Index: udev-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- udev-guide.xml 29 Nov 2006 15:48:57 -0000 1.34 +++ udev-guide.xml 5 Jan 2007 16:40:42 -0000 1.35 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.34 2006/11/29 15:48:57 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.35 2007/01/05 16:40:42 nightmorph Exp $ --> <guide link="/doc/en/udev-guide.xml"> <title>Gentoo udev Guide</title> @@ -19,8 +19,8 @@ <license/> -<version>0.25</version> -<date>2006-11-26</date> +<version>0.26</version> +<date>2006-01-05</date> <chapter> <title>What is udev?</title> @@ -201,9 +201,18 @@ <p> If you want modules loaded for devices that have been plugged in before you -boot, use the coldplug package: +boot, use the coldplug package. </p> +<note> +You no longer need to emerge <c>coldplug</c> if you're using udev version 103 +and higher, as udev itself will handle module loading. If you are upgrading to +version 103, you must unmerge coldplug (<c>emerge -aC coldplug</c>) before +upgrading udev. Be sure to remove the coldplug init script from all runlevels +(<c>rc-update del coldplug</c>), and then delete it from +<path>/etc/init.d/</path> afterward. +</note> + <pre caption="Installing the coldplug package"> # <i>emerge coldplug</i> </pre> @@ -216,15 +225,6 @@ # <i>rc-update add coldplug boot</i> </pre> -<note> -You no longer need to emerge <c>coldplug</c> if you're using udev version 103 -and higher, as udev itself will handle module loading. If you are upgrading to -version 103, you must unmerge coldplug (<c>emerge -aC coldplug</c>) before -upgrading udev. Be sure to remove the coldplug init script from all runlevels -(<c>rc-update del coldplug</c>), and then delete it from -<path>/etc/init.d/</path> afterward. -</note> - <p> Kernelwise, be sure to activate the following options: </p> -- [email protected] mailing list
