| 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 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.17 2009/11/30 07:39:15 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.18 2010/07/20 08:51:25 nightmorph Exp $ --> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/openrc-migration.xml"> |
5 | <guide link="/doc/en/openrc-migration.xml"> |
| 6 | <title>Baselayout and OpenRC Migration Guide</title> |
6 | <title>Baselayout and OpenRC Migration Guide</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| … | |
… | |
| 22 | |
22 | |
| 23 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
23 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 24 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
24 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 25 | <license/> |
25 | <license/> |
| 26 | |
26 | |
| 27 | <version>1.11</version> |
27 | <version>2</version> |
| 28 | <date>2009-11-29</date> |
28 | <date>2010-07-20</date> |
| 29 | |
29 | |
| 30 | <chapter> |
30 | <chapter> |
| 31 | <title>Background</title> |
31 | <title>Background</title> |
| 32 | <section> |
32 | <section> |
| 33 | <title>What's baselayout?</title> |
33 | <title>What's baselayout?</title> |
| … | |
… | |
| 184 | module_usbserial_args_2_6="vendor=0x1410 product=0x2110" |
184 | module_usbserial_args_2_6="vendor=0x1410 product=0x2110" |
| 185 | <comment># Always pass debug to ieee1394</comment> |
185 | <comment># Always pass debug to ieee1394</comment> |
| 186 | module_ieee1394_args="debug" |
186 | module_ieee1394_args="debug" |
| 187 | </pre> |
187 | </pre> |
| 188 | |
188 | |
|
|
189 | <impo> |
|
|
190 | The <b>module*</b> variables are not cumulative. The more version-specific |
|
|
191 | variables will override the more general variables. |
|
|
192 | </impo> |
|
|
193 | |
| 189 | <note> |
194 | <note> |
| 190 | Please note the difference between <b>module_</b> and <b>modules_</b>. |
195 | Please note the difference between <b>module_</b> and <b>modules_</b>. |
| 191 | </note> |
196 | </note> |
| 192 | |
197 | |
| 193 | </body> |
198 | </body> |