Gentoo Archives: gentoo-doc-cvs

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: openrc-migration.xml
Date: Mon, 17 Jan 2011 08:02:57
Message-Id: 20110117075656.7384B20054@flycatcher.gentoo.org
1 robbat2 11/01/17 07:56:56
2
3 Modified: openrc-migration.xml
4 Log:
5 Bug #219038: Document rootfs duplicate "/" entry in /etc/mtab under OpenRC.
6
7 Revision Changes Path
8 1.27 xml/htdocs/doc/en/openrc-migration.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.27&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.27&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.26&r2=1.27
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.26
18 retrieving revision 1.27
19 diff -p -w -b -B -u -u -r1.26 -r1.27
20 --- openrc-migration.xml 16 Jan 2011 22:46:28 -0000 1.26
21 +++ openrc-migration.xml 17 Jan 2011 07:56:56 -0000 1.27
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.26 2011/01/16 22:46:28 robbat2 Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.27 2011/01/17 07:56:56 robbat2 Exp $ -->
27
28 <guide link="/doc/en/openrc-migration.xml">
29 <title>Baselayout and OpenRC Migration Guide</title>
30 @@ -27,8 +27,8 @@ OpenRC.
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>7</version>
35 -<date>2011-01-16</date>
36 +<version>8</version>
37 +<date>2011-01-17</date>
38
39 <chapter>
40 <title>Background</title>
41 @@ -584,5 +584,22 @@ baselayout.
42 </section>
43 <!-- =============================================================== -->
44
45 +<section>
46 +<title>rootfs entry in /etc/mtab</title>
47 +<body>
48 +
49 +<p>
50 +<!-- bugs: 194615, 219038 -->
51 +Previously, the initial <b>rootfs</b> entry was removed from
52 +<path>/etc/mtab</path>, and only the real root <path>/</path> entry was
53 +present. The duplicate rootfs item was actually added back during shutdown.
54 +In OpenRC, both entries must be present for full support of initramfs and
55 +tmpfs-on-root. This also means that less writing is required during shutdown.
56 +</p>
57 +
58 +</body>
59 +</section>
60 +<!-- =============================================================== -->
61 +
62 </chapter>
63 </guide>