| 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.21 2011/01/13 03:34:13 robbat2 Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.22 2011/01/13 03:39:04 robbat2 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"> |
| … | |
… | |
| 30 | <version>4</version> |
30 | <version>4</version> |
| 31 | <date>2011-01-12</date> |
31 | <date>2011-01-12</date> |
| 32 | |
32 | |
| 33 | <chapter> |
33 | <chapter> |
| 34 | <title>Background</title> |
34 | <title>Background</title> |
|
|
35 | |
|
|
36 | <!-- =============================================================== --> |
| 35 | <section> |
37 | <section> |
| 36 | <title>What's baselayout?</title> |
38 | <title>What's baselayout?</title> |
| 37 | <body> |
39 | <body> |
| 38 | |
40 | |
| 39 | <p> |
41 | <p> |
| … | |
… | |
| 43 | <path>/usr</path>, <path>/home</path> directories). |
45 | <path>/usr</path>, <path>/home</path> directories). |
| 44 | </p> |
46 | </p> |
| 45 | |
47 | |
| 46 | </body> |
48 | </body> |
| 47 | </section> |
49 | </section> |
|
|
50 | <!-- =============================================================== --> |
|
|
51 | |
| 48 | <section> |
52 | <section> |
| 49 | <title>What's OpenRC?</title> |
53 | <title>What's OpenRC?</title> |
| 50 | <body> |
54 | <body> |
| 51 | |
55 | |
| 52 | <p> |
56 | <p> |
| … | |
… | |
| 57 | by <c>sys-freebsd/freebsd-sbin</c>. |
61 | by <c>sys-freebsd/freebsd-sbin</c>. |
| 58 | </p> |
62 | </p> |
| 59 | |
63 | |
| 60 | </body> |
64 | </body> |
| 61 | </section> |
65 | </section> |
|
|
66 | <!-- =============================================================== --> |
|
|
67 | |
| 62 | <section> |
68 | <section> |
| 63 | <title>So why migrate?</title> |
69 | <title>So why migrate?</title> |
| 64 | <body> |
70 | <body> |
| 65 | |
71 | |
| 66 | <p> |
72 | <p> |
| … | |
… | |
| 87 | FreeBSD and NetBSD. |
93 | FreeBSD and NetBSD. |
| 88 | </p> |
94 | </p> |
| 89 | |
95 | |
| 90 | </body> |
96 | </body> |
| 91 | </section> |
97 | </section> |
|
|
98 | <!-- =============================================================== --> |
|
|
99 | |
| 92 | </chapter> |
100 | </chapter> |
| 93 | |
|
|
| 94 | <chapter> |
101 | <chapter> |
| 95 | <title>Migration to OpenRC</title> |
102 | <title>Migration to OpenRC</title> |
|
|
103 | |
|
|
104 | <!-- =============================================================== --> |
| 96 | <section> |
105 | <section> |
| 97 | <body> |
106 | <body> |
| 98 | |
107 | |
| 99 | <p> |
108 | <p> |
| 100 | Migration to OpenRC is fairly straightforward; it will be pulled in as part of |
109 | Migration to OpenRC is fairly straightforward; it will be pulled in as part of |
| … | |
… | |
| 112 | verify prior to rebooting. |
121 | verify prior to rebooting. |
| 113 | </p> |
122 | </p> |
| 114 | |
123 | |
| 115 | </body> |
124 | </body> |
| 116 | </section> |
125 | </section> |
|
|
126 | <!-- =============================================================== --> |
| 117 | |
127 | |
| 118 | <section id="rc_conf"> |
128 | <section id="rc_conf"> |
| 119 | <title>/etc/conf.d/rc</title> |
129 | <title>/etc/conf.d/rc</title> |
| 120 | <body> |
130 | <body> |
| 121 | |
131 | |
| … | |
… | |
| 127 | delete <path>/etc/conf.d/rc</path>. |
137 | delete <path>/etc/conf.d/rc</path>. |
| 128 | </p> |
138 | </p> |
| 129 | |
139 | |
| 130 | </body> |
140 | </body> |
| 131 | </section> |
141 | </section> |
|
|
142 | <!-- =============================================================== --> |
|
|
143 | |
| 132 | <section id="modules"> |
144 | <section id="modules"> |
| 133 | <title>Kernel modules</title> |
145 | <title>Kernel modules</title> |
| 134 | <body> |
146 | <body> |
| 135 | |
147 | |
| 136 | <p> |
148 | <p> |
| … | |
… | |
| 198 | module_ieee1394_args="debug" |
210 | module_ieee1394_args="debug" |
| 199 | </pre> |
211 | </pre> |
| 200 | |
212 | |
| 201 | </body> |
213 | </body> |
| 202 | </section> |
214 | </section> |
|
|
215 | |
|
|
216 | <!-- =============================================================== --> |
| 203 | <section id="boot"> |
217 | <section id="boot"> |
| 204 | <title>Boot runlevel</title> |
218 | <title>Boot runlevel</title> |
| 205 | <body> |
219 | <body> |
| 206 | |
220 | |
| 207 | <p> |
221 | <p> |
| … | |
… | |
| 251 | # <i>rc-update add lvm boot</i> |
265 | # <i>rc-update add lvm boot</i> |
| 252 | </pre> |
266 | </pre> |
| 253 | |
267 | |
| 254 | </body> |
268 | </body> |
| 255 | </section> |
269 | </section> |
|
|
270 | <!-- =============================================================== --> |
|
|
271 | |
| 256 | <section> |
272 | <section> |
| 257 | <title>Udev</title> |
273 | <title>Udev</title> |
| 258 | <body> |
274 | <body> |
| 259 | |
275 | |
| 260 | <p> |
276 | <p> |
| … | |
… | |
| 278 | # <i>rc-update add udev sysinit</i> |
294 | # <i>rc-update add udev sysinit</i> |
| 279 | </pre> |
295 | </pre> |
| 280 | |
296 | |
| 281 | </body> |
297 | </body> |
| 282 | </section> |
298 | </section> |
|
|
299 | <!-- =============================================================== --> |
|
|
300 | |
| 283 | <section> |
301 | <section> |
| 284 | <title>Network</title> |
302 | <title>Network</title> |
| 285 | <body> |
303 | <body> |
| 286 | |
304 | |
| 287 | <p> |
305 | <p> |
| … | |
… | |
| 321 | 10.0.0.0/8 via 192.168.1.2" |
339 | 10.0.0.0/8 via 192.168.1.2" |
| 322 | </pre> |
340 | </pre> |
| 323 | |
341 | |
| 324 | </body> |
342 | </body> |
| 325 | </section> |
343 | </section> |
|
|
344 | <!-- =============================================================== --> |
|
|
345 | |
| 326 | <section> |
346 | <section> |
| 327 | <title>Clock</title> |
347 | <title>Clock</title> |
| 328 | <body> |
348 | <body> |
| 329 | |
349 | |
| 330 | <p> |
350 | <p> |
| … | |
… | |
| 356 | America/New_York |
376 | America/New_York |
| 357 | </pre> |
377 | </pre> |
| 358 | |
378 | |
| 359 | </body> |
379 | </body> |
| 360 | </section> |
380 | </section> |
|
|
381 | <!-- =============================================================== --> |
|
|
382 | |
| 361 | <section> |
383 | <section> |
| 362 | <title>XSESSION</title> |
384 | <title>XSESSION</title> |
| 363 | <body> |
385 | <body> |
| 364 | |
386 | |
| 365 | <p> |
387 | <p> |
| … | |
… | |
| 383 | ~/.bashrc</c>. |
405 | ~/.bashrc</c>. |
| 384 | </impo> |
406 | </impo> |
| 385 | |
407 | |
| 386 | </body> |
408 | </body> |
| 387 | </section> |
409 | </section> |
|
|
410 | <!-- =============================================================== --> |
|
|
411 | |
| 388 | <section> |
412 | <section> |
| 389 | <title>EDITOR and PAGER</title> |
413 | <title>EDITOR and PAGER</title> |
| 390 | <body> |
414 | <body> |
| 391 | |
415 | |
| 392 | <p> |
416 | <p> |
| … | |
… | |
| 403 | ~/.bashrc</c>. |
427 | ~/.bashrc</c>. |
| 404 | </impo> |
428 | </impo> |
| 405 | |
429 | |
| 406 | </body> |
430 | </body> |
| 407 | </section> |
431 | </section> |
|
|
432 | <!-- =============================================================== --> |
|
|
433 | |
| 408 | <section> |
434 | <section> |
| 409 | <title>Boot log</title> |
435 | <title>Boot log</title> |
| 410 | <body> |
436 | <body> |
| 411 | |
437 | |
| 412 | <p> |
438 | <p> |
| … | |
… | |
| 422 | rc_logger="YES" |
448 | rc_logger="YES" |
| 423 | </pre> |
449 | </pre> |
| 424 | |
450 | |
| 425 | </body> |
451 | </body> |
| 426 | </section> |
452 | </section> |
|
|
453 | <!-- =============================================================== --> |
|
|
454 | |
| 427 | <section> |
455 | <section> |
| 428 | <title>Finishing up</title> |
456 | <title>Finishing up</title> |
| 429 | <body> |
457 | <body> |
| 430 | |
458 | |
| 431 | <p> |
459 | <p> |
| … | |
… | |
| 435 | boot. |
463 | boot. |
| 436 | </p> |
464 | </p> |
| 437 | |
465 | |
| 438 | </body> |
466 | </body> |
| 439 | </section> |
467 | </section> |
|
|
468 | <!-- =============================================================== --> |
|
|
469 | |
| 440 | </chapter> |
470 | </chapter> |
| 441 | <chapter> |
471 | <chapter> |
| 442 | <title>Changed functionality</title> |
472 | <title>Changed functionality</title> |
|
|
473 | <!-- =============================================================== --> |
|
|
474 | |
| 443 | <section> |
475 | <section> |
| 444 | <title>The pause action</title> |
476 | <title>The pause action</title> |
| 445 | <body> |
477 | <body> |
| 446 | |
478 | |
| 447 | <p> |
479 | <p> |
| … | |
… | |
| 452 | baselayout. |
484 | baselayout. |
| 453 | </p> |
485 | </p> |
| 454 | |
486 | |
| 455 | </body> |
487 | </body> |
| 456 | </section> |
488 | </section> |
|
|
489 | <!-- =============================================================== --> |
|
|
490 | |
| 457 | </chapter> |
491 | </chapter> |
| 458 | </guide> |
492 | </guide> |