nightmorph    08/04/14 08:39:42

  Modified:             openrc-migration.xml
  Log:
  some clarifications and handholding based on emails, a conversation with 
uberlord, and for the front page release announcement on ~arch 
openrc/baselayout-2

Revision  Changes    Path
1.2                  xml/htdocs/doc/en/openrc-migration.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.1&r2=1.2

Index: openrc-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openrc-migration.xml        11 Apr 2008 23:59:51 -0000      1.1
+++ openrc-migration.xml        14 Apr 2008 08:39:42 -0000      1.2
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.1 
2008/04/11 23:59:51 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.2 
2008/04/14 08:39:42 nightmorph Exp $ -->
 
 <guide link="/doc/en/openrc-migration.xml">
 <title>Baselayout and OpenRC Migration Guide</title>
@@ -24,8 +24,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.0</version>
-<date>2008-04-11</date>
+<version>1.1</version>
+<date>2008-04-14</date>
 
 <chapter>
 <title>Background</title>
@@ -232,6 +232,17 @@
 # <i>rc-update add swap boot</i>
 </pre>
 
+<p>
+Also, make sure your root filesystem is mounted read/write, that your
+filesystems are checked for errors, that your mountpoints are available, and
+that the <path>/proc</path> pseudo-filesystem is started at boot. Here's a 
handy
+shell script to make it happen:
+</p>
+
+<pre caption="Adding other critical servives to the boot runlevel">
+# <i>for x in root fsck mtab procfs ; do rc-update add $x boot ; done</i>
+</pre>
+
 </body>
 </section>
 <section>
@@ -242,7 +253,9 @@
 Clock settings have been renamed from <path>/etc/conf.d/clock</path> to your
 system's native tool for adjusting the clock. This means on Linux it will be
 <path>/etc/conf.d/hwclock</path> and on FreeBSD it will be
-<path>/etc/conf.d/adjkerntz</path>.
+<path>/etc/conf.d/adjkerntz</path>. The initscript in <path>/etc/init.d/</path>
+has also been renamed accordingly, so make sure it's in the appropriate
+runlevel.
 </p>
 
 <p>



-- 
[email protected] mailing list

Reply via email to