nightmorph 11/03/02 09:03:24
Modified: openrc-migration.xml
Log:
remove markup spam. no content change, so no revbump.
Revision Changes Path
1.28 xml/htdocs/doc/en/openrc-migration.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.27&r2=1.28
Index: openrc-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- openrc-migration.xml 17 Jan 2011 07:56:56 -0000 1.27
+++ openrc-migration.xml 2 Mar 2011 09:03:23 -0000 1.28
@@ -1,8 +1,8 @@
<?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.27 2011/01/17 07:56:56 robbat2 Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.28 2011/03/02 09:03:23 nightmorph Exp $ -->
-<guide link="/doc/en/openrc-migration.xml">
+<guide>
<title>Baselayout and OpenRC Migration Guide</title>
<author title="Author">
@@ -33,7 +33,6 @@
<chapter>
<title>Background</title>
-<!-- =============================================================== -->
<section>
<title>What's baselayout?</title>
<body>
@@ -47,7 +46,6 @@
</body>
</section>
-<!-- =============================================================== -->
<section>
<title>What's OpenRC?</title>
@@ -63,7 +61,6 @@
</body>
</section>
-<!-- =============================================================== -->
<section>
<title>So why migrate?</title>
@@ -95,13 +92,9 @@
</body>
</section>
-<!-- =============================================================== -->
-
</chapter>
<chapter>
<title>Migration to OpenRC</title>
-
-<!-- =============================================================== -->
<section>
<body>
@@ -123,8 +116,6 @@
</body>
</section>
-<!-- =============================================================== -->
-
<section id="rc_conf">
<title>/etc/conf.d/rc</title>
<body>
@@ -139,8 +130,6 @@
</body>
</section>
-<!-- =============================================================== -->
-
<section id="modules">
<title>Kernel modules</title>
<body>
@@ -212,8 +201,6 @@
</body>
</section>
-
-<!-- =============================================================== -->
<section id="boot">
<title>Boot runlevel</title>
<body>
@@ -267,8 +254,6 @@
</body>
</section>
-<!-- =============================================================== -->
-
<section>
<title>Udev</title>
<body>
@@ -296,8 +281,6 @@
</body>
</section>
-<!-- =============================================================== -->
-
<section>
<title>Network</title>
<body>
@@ -341,8 +324,6 @@
</body>
</section>
-<!-- =============================================================== -->
-
<section>
<title>Clock</title>
<body>
@@ -378,8 +359,6 @@
</body>
</section>
-<!-- =============================================================== -->
-
<section>
<title>XSESSION</title>
<body>
@@ -407,8 +386,6 @@
</body>
</section>
-<!-- =============================================================== -->
-
<section>
<title>EDITOR and PAGER</title>
<body>
@@ -429,8 +406,6 @@
</body>
</section>
-<!-- =============================================================== -->
-
<section>
<title>Boot log</title>
<body>
@@ -450,8 +425,6 @@
</body>
</section>
-<!-- =============================================================== -->
-
<section id="rc_sys">
<title>System sub-types: Virtualization special cases</title>
<body>
@@ -546,8 +519,6 @@
</body>
</section>
-<!-- =============================================================== -->
-
<section>
<title>Finishing up</title>
<body>
@@ -561,13 +532,10 @@
</body>
</section>
-<!-- =============================================================== -->
-
</chapter>
+
<chapter>
<title>Changed functionality</title>
-<!-- =============================================================== -->
-
<section>
<title>The pause action</title>
<body>
@@ -582,24 +550,19 @@
</body>
</section>
-<!-- =============================================================== -->
-
<section>
<title>rootfs entry in /etc/mtab</title>
<body>
<p>
-<!-- bugs: 194615, 219038 -->
Previously, the initial <b>rootfs</b> entry was removed from
<path>/etc/mtab</path>, and only the real root <path>/</path> entry was
-present. The duplicate rootfs item was actually added back during shutdown.
+present. The duplicate rootfs item was actually added back during shutdown.
In OpenRC, both entries must be present for full support of initramfs and
tmpfs-on-root. This also means that less writing is required during shutdown.
</p>
</body>
</section>
-<!-- =============================================================== -->
-
</chapter>
</guide>
|