Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: openrc-migration.xml
Date: Tue, 15 Apr 2008 17:38:26
Message-Id: E1Jlp6t-0001oT-97@stork.gentoo.org
1 nightmorph 08/04/15 17:38:23
2
3 Modified: openrc-migration.xml
4 Log:
5 updates from cardoe via email
6
7 Revision Changes Path
8 1.9 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.9&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.8&r2=1.9
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.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- openrc-migration.xml 15 Apr 2008 14:35:04 -0000 1.8
21 +++ openrc-migration.xml 15 Apr 2008 17:38:23 -0000 1.9
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.8 2008/04/15 14:35:04 vapier Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.9 2008/04/15 17:38:23 nightmorph Exp $ -->
27
28 <guide link="/doc/en/openrc-migration.xml">
29 <title>Baselayout and OpenRC Migration Guide</title>
30 @@ -24,7 +24,7 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.4</version>
35 +<version>1.5</version>
36 <date>2008-04-15</date>
37
38 <chapter>
39 @@ -224,7 +224,7 @@
40 perform the following to add them to the <c>boot</c> runlevel:
41 </p>
42
43 -<pre caption="Adding missing volume management services to the boot runlevel">
44 +<pre caption="Adding critical services to the boot runlevel">
45 # <i>rc-update add root boot</i>
46 # <i>rc-update add procfs boot</i>
47 # <i>rc-update add mtab boot</i>
48 @@ -245,6 +245,29 @@
49 </body>
50 </section>
51 <section>
52 +<title>Network</title>
53 +<body>
54 +
55 +<p>
56 +Due to baselayout and OpenRC being broken into two different packages, your
57 +net.eth0 initscript may disappear during the upgrade process. To replace this
58 +initscript please perform the following:
59 +</p>
60 +
61 +<pre caption="Adding back missing net.eth0 script">
62 +# <i>cd /etc/init.d</i>
63 +# <i>ln -s net.lo net.eth0</i>
64 +</pre>
65 +
66 +<p>
67 +If you are missing any other network initscripts, follow the instructions above
68 +to re-add them, simply replace <c>eth0</c> with the name of your network
69 +device.
70 +</p>
71 +
72 +</body>
73 +</section>
74 +<section>
75 <title>Clock</title>
76 <body>
77
78 @@ -264,6 +287,16 @@
79 review both of these files to ensure their correctness.
80 </p>
81
82 +<p>
83 +The proper value for this file is the path relative to your timezone from
84 +<path>/usr/share/zoneinfo</path>. For example, for someone living on the east
85 +coast of the United States, the following would be a correct setting:
86 +</p>
87 +
88 +<pre caption="/etc/timezone">
89 +America/New_York
90 +</pre>
91 +
92 </body>
93 </section>
94 <section>
95
96
97
98 --
99 gentoo-doc-cvs@l.g.o mailing list