* [gentoo-doc-cvs] cvs commit: openrc-migration.xml
@ 2008-09-11 8:29 Joshua Saddler
0 siblings, 0 replies; 11+ messages in thread
From: Joshua Saddler @ 2008-09-11 8:29 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 08/09/11 08:29:05
Modified: openrc-migration.xml
Log:
added boot log stuff to the openrc migration guide, bug 218593
Revision Changes Path
1.11 xml/htdocs/doc/en/openrc-migration.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.10&r2=1.11
Index: openrc-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- openrc-migration.xml 16 Apr 2008 00:40:11 -0000 1.10
+++ openrc-migration.xml 11 Sep 2008 08:29:05 -0000 1.11
@@ -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.10 2008/04/16 00:40:11 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.11 2008/09/11 08:29:05 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.6</version>
-<date>2008-04-15</date>
+<version>1.7</version>
+<date>2008-09-11</date>
<chapter>
<title>Background</title>
@@ -359,6 +359,25 @@
</body>
</section>
<section>
+<title>Boot log</title>
+<body>
+
+<p>
+Previously, you could log the boot process by using
+<c>app-admin/showconsole</c>. However, OpenRC now handles all logging
+internally, so there's no need for the hacks that <c>showconsole</c> employed.
+You can safely unmerge <c>showconsole</c>. To continue logging boot messages,
+just set the appropriate variable in <path>/etc/rc.conf</path>. Logs will appear
+in <path>/var/log/rc.log</path>.
+</p>
+
+<pre caption="Enabling boot logging in /etc/rc.conf">
+rc_logger="YES"
+</pre>
+
+</body>
+</section>
+<section>
<title>Finishing up</title>
<body>
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-doc-cvs] cvs commit: openrc-migration.xml
@ 2008-10-05 8:42 Joshua Saddler
0 siblings, 0 replies; 11+ messages in thread
From: Joshua Saddler @ 2008-10-05 8:42 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 08/10/05 08:42:44
Modified: openrc-migration.xml
Log:
minor guidexml code style changes, no content change
Revision Changes Path
1.12 xml/htdocs/doc/en/openrc-migration.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.11&r2=1.12
Index: openrc-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- openrc-migration.xml 11 Sep 2008 08:29:05 -0000 1.11
+++ openrc-migration.xml 5 Oct 2008 08:42:44 -0000 1.12
@@ -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.11 2008/09/11 08:29:05 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.12 2008/10/05 08:42:44 nightmorph Exp $ -->
<guide link="/doc/en/openrc-migration.xml">
<title>Baselayout and OpenRC Migration Guide</title>
@@ -344,9 +344,9 @@
<p>
The EDITOR variable is no longer found in <path>/etc/rc.conf</path>. Both
-EDITOR and PAGER are set by default in /etc/profile. You should change this as
-needed in your <path>~/.bashrc</path> (or equivalent) file or create
-<path>/etc/env.d/99editor</path> and set the system default there.
+EDITOR and PAGER are set by default in <path>/etc/profile</path>. You should
+change this as needed in your <path>~/.bashrc</path> (or equivalent) file or
+create <path>/etc/env.d/99editor</path> and set the system default there.
</p>
<impo>
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-doc-cvs] cvs commit: openrc-migration.xml
@ 2008-04-16 0:40 Joshua Saddler
0 siblings, 0 replies; 11+ messages in thread
From: Joshua Saddler @ 2008-04-16 0:40 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 08/04/16 00:40:11
Modified: openrc-migration.xml
Log:
more updates via email
Revision Changes Path
1.10 xml/htdocs/doc/en/openrc-migration.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.9&r2=1.10
Index: openrc-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- openrc-migration.xml 15 Apr 2008 17:38:23 -0000 1.9
+++ openrc-migration.xml 16 Apr 2008 00:40:11 -0000 1.10
@@ -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.9 2008/04/15 17:38:23 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.10 2008/04/16 00:40:11 nightmorph Exp $ -->
<guide link="/doc/en/openrc-migration.xml">
<title>Baselayout and OpenRC Migration Guide</title>
@@ -24,7 +24,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.5</version>
+<version>1.6</version>
<date>2008-04-15</date>
<chapter>
@@ -261,10 +261,27 @@
<p>
If you are missing any other network initscripts, follow the instructions above
-to re-add them, simply replace <c>eth0</c> with the name of your network
+to re-add them. Simply replace <c>eth0</c> with the name of your network
device.
</p>
+<p>
+Also, <path>/etc/conf.d/net</path> no longer uses bash-style arrays for
+configuration. Please review <path>/usr/share/doc/openrc/net.example</path> for
+configuration instructions. Conversion should be relatively straight-forward,
+for example a static IP assignment would change as follows:
+</p>
+
+<pre caption="Old /etc/conf.d/net style">
+config_eth0=( "192.168.1.37 netmask 255.255.255.0 brd 192.168.1.255" )
+routes_eth0=( "default via 192.168.1.100" )
+</pre>
+
+<pre caption="New /etc/conf.d/net style">
+config_eth0="192.168.1.37 netmask 255.255.255.0 brd 192.168.1.255"
+routes_eth0="default via 192.168.1.100"
+</pre>
+
</body>
</section>
<section>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-doc-cvs] cvs commit: openrc-migration.xml
@ 2008-04-15 17:38 Joshua Saddler
0 siblings, 0 replies; 11+ messages in thread
From: Joshua Saddler @ 2008-04-15 17:38 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 08/04/15 17:38:23
Modified: openrc-migration.xml
Log:
updates from cardoe via email
Revision Changes Path
1.9 xml/htdocs/doc/en/openrc-migration.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.8&r2=1.9
Index: openrc-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- openrc-migration.xml 15 Apr 2008 14:35:04 -0000 1.8
+++ openrc-migration.xml 15 Apr 2008 17:38:23 -0000 1.9
@@ -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.8 2008/04/15 14:35:04 vapier Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.9 2008/04/15 17:38:23 nightmorph Exp $ -->
<guide link="/doc/en/openrc-migration.xml">
<title>Baselayout and OpenRC Migration Guide</title>
@@ -24,7 +24,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.4</version>
+<version>1.5</version>
<date>2008-04-15</date>
<chapter>
@@ -224,7 +224,7 @@
perform the following to add them to the <c>boot</c> runlevel:
</p>
-<pre caption="Adding missing volume management services to the boot runlevel">
+<pre caption="Adding critical services to the boot runlevel">
# <i>rc-update add root boot</i>
# <i>rc-update add procfs boot</i>
# <i>rc-update add mtab boot</i>
@@ -245,6 +245,29 @@
</body>
</section>
<section>
+<title>Network</title>
+<body>
+
+<p>
+Due to baselayout and OpenRC being broken into two different packages, your
+net.eth0 initscript may disappear during the upgrade process. To replace this
+initscript please perform the following:
+</p>
+
+<pre caption="Adding back missing net.eth0 script">
+# <i>cd /etc/init.d</i>
+# <i>ln -s net.lo net.eth0</i>
+</pre>
+
+<p>
+If you are missing any other network initscripts, follow the instructions above
+to re-add them, simply replace <c>eth0</c> with the name of your network
+device.
+</p>
+
+</body>
+</section>
+<section>
<title>Clock</title>
<body>
@@ -264,6 +287,16 @@
review both of these files to ensure their correctness.
</p>
+<p>
+The proper value for this file is the path relative to your timezone from
+<path>/usr/share/zoneinfo</path>. For example, for someone living on the east
+coast of the United States, the following would be a correct setting:
+</p>
+
+<pre caption="/etc/timezone">
+America/New_York
+</pre>
+
</body>
</section>
<section>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-doc-cvs] cvs commit: openrc-migration.xml
@ 2008-04-15 14:35 Mike Frysinger
0 siblings, 0 replies; 11+ messages in thread
From: Mike Frysinger @ 2008-04-15 14:35 UTC (permalink / raw
To: gentoo-doc-cvs
vapier 08/04/15 14:35:04
Modified: openrc-migration.xml
Log:
tell people they need to create /etc/timezone
Revision Changes Path
1.8 xml/htdocs/doc/en/openrc-migration.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.7&r2=1.8
Index: openrc-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openrc-migration.xml 15 Apr 2008 14:28:47 -0000 1.7
+++ openrc-migration.xml 15 Apr 2008 14:35:04 -0000 1.8
@@ -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.7 2008/04/15 14:28:47 vapier Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.8 2008/04/15 14:35:04 vapier Exp $ -->
<guide link="/doc/en/openrc-migration.xml">
<title>Baselayout and OpenRC Migration Guide</title>
@@ -259,8 +259,9 @@
<p>
Additionally, the <c>TIMEZONE</c> variable is no longer in this file. Its
-contents are instead found in the <path>/etc/timezone</path> file. Please review
-both of these files to ensure their correctness.
+contents are instead found in the <path>/etc/timezone</path> file. If it
+doesn't exist, you will of course have to create it with your timezone. Please
+review both of these files to ensure their correctness.
</p>
</body>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-doc-cvs] cvs commit: openrc-migration.xml
@ 2008-04-15 14:28 Mike Frysinger
0 siblings, 0 replies; 11+ messages in thread
From: Mike Frysinger @ 2008-04-15 14:28 UTC (permalink / raw
To: gentoo-doc-cvs
vapier 08/04/15 14:28:47
Modified: openrc-migration.xml
Log:
update EDITOR/PAGER info
Revision Changes Path
1.7 xml/htdocs/doc/en/openrc-migration.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.6&r2=1.7
Index: openrc-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- openrc-migration.xml 15 Apr 2008 06:17:47 -0000 1.6
+++ openrc-migration.xml 15 Apr 2008 14:28:47 -0000 1.7
@@ -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.6 2008/04/15 06:17:47 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.7 2008/04/15 14:28:47 vapier 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.3</version>
-<date>2008-04-14</date>
+<version>1.4</version>
+<date>2008-04-15</date>
<chapter>
<title>Background</title>
@@ -288,14 +288,14 @@
</body>
</section>
<section>
-<title>EDITOR</title>
+<title>EDITOR / PAGER</title>
<body>
<p>
-The EDITOR variable is no longer found in <path>/etc/rc.conf</path>, and at this
-time is not provided by any other package. Users are encouraged to set it as
-needed in their <path>~/.bashrc</path> file or create
-<path>/etc/env.d/99editor</path> and set it there.
+The EDITOR variable is no longer found in <path>/etc/rc.conf</path>. Both
+EDITOR and PAGER are set by default in /etc/profile. You should change this as
+needed in your <path>~/.bashrc</path> (or equivalent) file or create
+<path>/etc/env.d/99editor</path> and set the system default there.
</p>
<impo>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-doc-cvs] cvs commit: openrc-migration.xml
@ 2008-04-15 6:17 Joshua Saddler
0 siblings, 0 replies; 11+ messages in thread
From: Joshua Saddler @ 2008-04-15 6:17 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 08/04/15 06:17:48
Modified: openrc-migration.xml
Log:
looks like i duplicated the title of a caption from an earlier commit. fixed now. not a procedural change, so no revbump
Revision Changes Path
1.6 xml/htdocs/doc/en/openrc-migration.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.5&r2=1.6
Index: openrc-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openrc-migration.xml 14 Apr 2008 21:49:37 -0000 1.5
+++ openrc-migration.xml 15 Apr 2008 06:17:47 -0000 1.6
@@ -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.5 2008/04/14 21:49:37 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.6 2008/04/15 06:17:47 nightmorph Exp $ -->
<guide link="/doc/en/openrc-migration.xml">
<title>Baselayout and OpenRC Migration Guide</title>
@@ -237,7 +237,7 @@
the following to add initscripts to the <c>boot</c> runlevel:
</p>
-<pre caption="Adding missing volume management services to the boot runlevel">
+<pre caption="Adding raid and lvm to the boot runlevel">
# <i>rc-update add raid boot</i>
# <i>rc-update add lvm boot</i>
</pre>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-doc-cvs] cvs commit: openrc-migration.xml
@ 2008-04-14 21:49 Joshua Saddler
0 siblings, 0 replies; 11+ messages in thread
From: Joshua Saddler @ 2008-04-14 21:49 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 08/04/14 21:49:37
Modified: openrc-migration.xml
Log:
rewrote some stuff based on a patch submitted by cardoe, also to clarify bits and remove repetitive paragraphs.
Revision Changes Path
1.5 xml/htdocs/doc/en/openrc-migration.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.4&r2=1.5
Index: openrc-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openrc-migration.xml 14 Apr 2008 20:43:07 -0000 1.4
+++ openrc-migration.xml 14 Apr 2008 21:49:37 -0000 1.5
@@ -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.4 2008/04/14 20:43:07 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.5 2008/04/14 21:49:37 nightmorph Exp $ -->
<guide link="/doc/en/openrc-migration.xml">
<title>Baselayout and OpenRC Migration Guide</title>
@@ -24,7 +24,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.2</version>
+<version>1.3</version>
<date>2008-04-14</date>
<chapter>
@@ -191,56 +191,55 @@
</body>
</section>
-<section id="volume">
-<title>Volume management</title>
+<section id="boot">
+<title>Boot runlevel</title>
<body>
<p>
-Volume management services for your block storage devices should be
-automatically migrated for you when you switch to OpenRC and baselayout-2.
-However, in case they aren't, you'll need to follow the instructions below.
+The <c>boot</c> runlevel performs several important steps for every machine. For
+example, making 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.
</p>
<p>
-Volume management services for your block storage devices are no longer run by
-default. This means that lvm, raid, swap, device-mapper (dm), dm-crypt, evms, and the
-like will not be run automatically. If you use these addons, you will have to
-add the proper initscript to the <c>boot</c> runlevel. Otherwise, it's possible
-your system will not boot. When you install the various volume management
-services, they will install an appropriate initscript in
-<path>/etc/init.d</path>. You must ensure the appropriate initscript is in the
-<c>boot</c> runlevel.
+With OpenRC, volume management services for your block storage devices are no
+longer run automatically at boot. This includes lvm, raid, swap, device-mapper
+(dm), dm-crypt, evms, and the like. You must ensure the appropriate initscript
+for these services is in the <c>boot</c> runlevel, otherwise it's possible that
+your system will not boot!
</p>
<p>
While the OpenRC ebuild will attempt to do this migration for you, you should
-verify that it migrated all the volume management services properly.
+verify that it migrated all the volume management services properly:
</p>
-<pre caption="Check all services in boot runlevel">
+<pre caption="Display all services in boot runlevel">
# <i>ls -l /etc/runlevels/boot/</i>
</pre>
<p>
-If you know you use mdraid, lvm, and swap but do not see them above, you would run
-the following to add initscripts to the <c>boot</c> runlevel.
+If you don't see root, procfs, mtab, swap, and fsck in the above listing,
+perform the following to add them to the <c>boot</c> runlevel:
</p>
<pre caption="Adding missing volume management services to the boot runlevel">
-# <i>rc-update add raid boot</i>
-# <i>rc-update add lvm boot</i>
+# <i>rc-update add root boot</i>
+# <i>rc-update add procfs boot</i>
+# <i>rc-update add mtab boot</i>
+# <i>rc-update add fsck boot</i>
# <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:
+If you know you use mdraid and lvm but do not see them above, you would run
+the following to add initscripts to the <c>boot</c> runlevel:
</p>
-<pre caption="Adding other critical services to the boot runlevel">
-# <i>for x in root fsck mtab procfs ; do rc-update add $x boot ; done</i>
+<pre caption="Adding missing volume management services to the boot runlevel">
+# <i>rc-update add raid boot</i>
+# <i>rc-update add lvm boot</i>
</pre>
</body>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-doc-cvs] cvs commit: openrc-migration.xml
@ 2008-04-14 20:43 Joshua Saddler
0 siblings, 0 replies; 11+ messages in thread
From: Joshua Saddler @ 2008-04-14 20:43 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 08/04/14 20:43:07
Modified: openrc-migration.xml
Log:
random guidexml code style fixes, no content change
Revision Changes Path
1.4 xml/htdocs/doc/en/openrc-migration.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.3&r2=1.4
Index: openrc-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openrc-migration.xml 14 Apr 2008 19:35:08 -0000 1.3
+++ openrc-migration.xml 14 Apr 2008 20:43:07 -0000 1.4
@@ -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.3 2008/04/14 19:35:08 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.4 2008/04/14 20:43:07 nightmorph Exp $ -->
<guide link="/doc/en/openrc-migration.xml">
<title>Baselayout and OpenRC Migration Guide</title>
@@ -93,19 +93,20 @@
<body>
<p>
-Migration to OpenRC is fairly straightforward; it will be pulled in as part
-of your regular upgrade process by your package manager. The most important
-step actually comes after you install the new <c>>=sys-apps/baselayout-2</c>
-and <c>sys-apps/openrc</c> packages. It is <e>critical</e> that you run
-<c>dispatch-conf</c> and ensure your <path>/etc</path>
-is up to date before rebooting. <brite>Failure to do so will result in an unbootable
-system</brite> and will require the use of the Gentoo LiveCD to perform the steps
-below to repair your system.
+Migration to OpenRC is fairly straightforward; it will be pulled in as part of
+your regular upgrade process by your package manager. The most important step
+actually comes after you install the new <c>>=sys-apps/baselayout-2</c> and
+<c>sys-apps/openrc</c> packages. It is <e>critical</e> that you run
+<c>dispatch-conf</c> and ensure your <path>/etc</path> is up to date before
+rebooting. <brite>Failure to do so will result in an unbootable system</brite>
+and will require the use of the Gentoo LiveCD to perform the steps below to
+repair your system.
</p>
<p>
Once you've finished updating your config files, there are a few things to
-verify prior to rebooting.</p>
+verify prior to rebooting.
+</p>
</body>
</section>
@@ -124,7 +125,6 @@
</body>
</section>
-
<section id="modules">
<title>Kernel modules</title>
<body>
@@ -266,7 +266,6 @@
</body>
</section>
-
<section>
<title>XSESSION</title>
<body>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-doc-cvs] cvs commit: openrc-migration.xml
@ 2008-04-14 19:35 Jan Kundrat
0 siblings, 0 replies; 11+ messages in thread
From: Jan Kundrat @ 2008-04-14 19:35 UTC (permalink / raw
To: gentoo-doc-cvs
jkt 08/04/14 19:35:08
Modified: openrc-migration.xml
Log:
21:31 < Cardoe> http://www.gentoo.org/doc/en/openrc-migration.xml
21:31 < Cardoe> section 2.6
21:31 < Cardoe> it should say "services"
21:31 < Cardoe> not "servives"
21:31 < Cardoe> can someone fix that?
Revision Changes Path
1.3 xml/htdocs/doc/en/openrc-migration.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.2&r2=1.3
Index: openrc-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openrc-migration.xml 14 Apr 2008 08:39:42 -0000 1.2
+++ openrc-migration.xml 14 Apr 2008 19:35:08 -0000 1.3
@@ -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.2 2008/04/14 08:39:42 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.3 2008/04/14 19:35:08 jkt Exp $ -->
<guide link="/doc/en/openrc-migration.xml">
<title>Baselayout and OpenRC Migration Guide</title>
@@ -24,7 +24,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.1</version>
+<version>1.2</version>
<date>2008-04-14</date>
<chapter>
@@ -239,7 +239,7 @@
shell script to make it happen:
</p>
-<pre caption="Adding other critical servives to the boot runlevel">
+<pre caption="Adding other critical services to the boot runlevel">
# <i>for x in root fsck mtab procfs ; do rc-update add $x boot ; done</i>
</pre>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-doc-cvs] cvs commit: openrc-migration.xml
@ 2008-04-14 8:39 Joshua Saddler
0 siblings, 0 replies; 11+ messages in thread
From: Joshua Saddler @ 2008-04-14 8:39 UTC (permalink / raw
To: gentoo-doc-cvs
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>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2008-10-05 8:42 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-11 8:29 [gentoo-doc-cvs] cvs commit: openrc-migration.xml Joshua Saddler
-- strict thread matches above, loose matches on Subject: below --
2008-10-05 8:42 Joshua Saddler
2008-04-16 0:40 Joshua Saddler
2008-04-15 17:38 Joshua Saddler
2008-04-15 14:35 Mike Frysinger
2008-04-15 14:28 Mike Frysinger
2008-04-15 6:17 Joshua Saddler
2008-04-14 21:49 Joshua Saddler
2008-04-14 20:43 Joshua Saddler
2008-04-14 19:35 Jan Kundrat
2008-04-14 8:39 Joshua Saddler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox