Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: openrc-migration.xml
Date: Wed, 11 Feb 2009 09:09:43
Message-Id: E1LXB6C-0004Ud-8w@stork.gentoo.org
1 nightmorph 09/02/11 09:09:40
2
3 Modified: openrc-migration.xml
4 Log:
5 added udev bit to the openrc migration guide, bug 253396
6
7 Revision Changes Path
8 1.13 xml/htdocs/doc/en/openrc-migration.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.12&r2=1.13
13
14 Index: openrc-migration.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
17 retrieving revision 1.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- openrc-migration.xml 5 Oct 2008 08:42:44 -0000 1.12
21 +++ openrc-migration.xml 11 Feb 2009 09:09:40 -0000 1.13
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.12 2008/10/05 08:42:44 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.13 2009/02/11 09:09:40 nightmorph Exp $ -->
27
28 <guide link="/doc/en/openrc-migration.xml">
29 <title>Baselayout and OpenRC Migration Guide</title>
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.7</version>
35 -<date>2008-09-11</date>
36 +<version>1.8</version>
37 +<date>2009-02-11</date>
38
39 <chapter>
40 <title>Background</title>
41 @@ -245,6 +245,33 @@
42 </body>
43 </section>
44 <section>
45 +<title>Udev</title>
46 +<body>
47 +
48 +<p>
49 +OpenRC no longer starts <c>udev</c> by default, but it does need to be present
50 +in the <c>sysfs</c> runlevel to be started. The OpenRC ebuild should detect if
51 +<c>udev</c> was previously enabled and add it to the <c>sysfs</c> runlevel.
52 +However, to be safe, check if <c>udev</c> is present:
53 +</p>
54 +
55 +<pre caption="Verifying udev">
56 +# <i>ls -l /etc/runlevels/sysfs</i>
57 +lrwxrwxrwx 1 root root 14 2009-01-29 08:00 /etc/runlevels/sysfs/udev -> \
58 +/etc/init.d/udev
59 +</pre>
60 +
61 +<p>
62 +If <c>udev</c> is not listed, add it to the correct runlevel:
63 +</p>
64 +
65 +<pre caption="Adding udev to the sysfs runlevel">
66 +# <i>rc-update add udev sysfs</i>
67 +</pre>
68 +
69 +</body>
70 +</section>
71 +<section>
72 <title>Network</title>
73 <body>