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: Mon, 14 Apr 2008 08:39:46
Message-Id: E1JlKE2-0001ZT-Nj@stork.gentoo.org
1 nightmorph 08/04/14 08:39:42
2
3 Modified: openrc-migration.xml
4 Log:
5 some clarifications and handholding based on emails, a conversation with uberlord, and for the front page release announcement on ~arch openrc/baselayout-2
6
7 Revision Changes Path
8 1.2 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.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.1&r2=1.2
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.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- openrc-migration.xml 11 Apr 2008 23:59:51 -0000 1.1
21 +++ openrc-migration.xml 14 Apr 2008 08:39:42 -0000 1.2
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.1 2008/04/11 23:59:51 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.2 2008/04/14 08:39:42 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.0</version>
35 -<date>2008-04-11</date>
36 +<version>1.1</version>
37 +<date>2008-04-14</date>
38
39 <chapter>
40 <title>Background</title>
41 @@ -232,6 +232,17 @@
42 # <i>rc-update add swap boot</i>
43 </pre>
44
45 +<p>
46 +Also, make sure your root filesystem is mounted read/write, that your
47 +filesystems are checked for errors, that your mountpoints are available, and
48 +that the <path>/proc</path> pseudo-filesystem is started at boot. Here's a handy
49 +shell script to make it happen:
50 +</p>
51 +
52 +<pre caption="Adding other critical servives to the boot runlevel">
53 +# <i>for x in root fsck mtab procfs ; do rc-update add $x boot ; done</i>
54 +</pre>
55 +
56 </body>
57 </section>
58 <section>
59 @@ -242,7 +253,9 @@
60 Clock settings have been renamed from <path>/etc/conf.d/clock</path> to your
61 system's native tool for adjusting the clock. This means on Linux it will be
62 <path>/etc/conf.d/hwclock</path> and on FreeBSD it will be
63 -<path>/etc/conf.d/adjkerntz</path>.
64 +<path>/etc/conf.d/adjkerntz</path>. The initscript in <path>/etc/init.d/</path>
65 +has also been renamed accordingly, so make sure it's in the appropriate
66 +runlevel.
67 </p>
68
69 <p>
70
71
72
73 --
74 gentoo-doc-cvs@l.g.o mailing list