| 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 | |
|
|
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.4 2004/03/15 00:31:04 neysx Exp $ --> |
|
|
5 | |
| 3 | <guide link="/doc/en/udev-guide.xml"> |
6 | <guide link="/doc/en/udev-guide.xml"> |
| 4 | <title>Gentoo udev Guide</title> |
7 | <title>Gentoo udev Guide</title> |
| 5 | |
8 | |
| 6 | <author title="Author"> |
9 | <author title="Author"> |
| 7 | <mail link="swift@gentoo.org">Sven Vermeulen</mail> |
10 | <mail link="swift@gentoo.org">Sven Vermeulen</mail> |
| … | |
… | |
| 11 | This document explains what udev is and how you can use udev to fit your needs. |
14 | This document explains what udev is and how you can use udev to fit your needs. |
| 12 | </abstract> |
15 | </abstract> |
| 13 | |
16 | |
| 14 | <license/> |
17 | <license/> |
| 15 | |
18 | |
| 16 | <version>0.3</version> |
19 | <version>0.4</version> |
| 17 | <date>March 1, 2003</date> |
20 | <date>March 15, 2004</date> |
| 18 | |
21 | |
| 19 | <chapter> |
22 | <chapter> |
| 20 | <title>What is udev?</title> |
23 | <title>What is udev?</title> |
| 21 | <section> |
24 | <section> |
| 22 | <title>The /dev Directory</title> |
25 | <title>The /dev Directory</title> |
| … | |
… | |
| 216 | <section> |
219 | <section> |
| 217 | <title>Configuration</title> |
220 | <title>Configuration</title> |
| 218 | <body> |
221 | <body> |
| 219 | |
222 | |
| 220 | <p> |
223 | <p> |
| 221 | If you're interested in the udev-tweaks Gentoo added to make your life |
224 | If you're not interested in the udev-tweaks Gentoo added to make your life |
| 222 | comfortable, then read no more. You're all set. The Gentoo init scripts won't |
225 | comfortable, then read no more. You're all set. The Gentoo init scripts won't |
| 223 | run the devfsd daemon and will deactivate devfs when you boot up. |
226 | run the devfsd daemon and will deactivate devfs when you boot up. |
| 224 | </p> |
227 | </p> |
| 225 | |
228 | |
| 226 | <p> |
229 | <p> |