robbat2 11/01/17 07:56:56 Modified: openrc-migration.xml Log: Bug #219038: Document rootfs duplicate "/" entry in /etc/mtab under OpenRC.
Revision Changes Path 1.27 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.26&r2=1.27 Index: openrc-migration.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -p -w -b -B -u -u -r1.26 -r1.27 --- openrc-migration.xml 16 Jan 2011 22:46:28 -0000 1.26 +++ openrc-migration.xml 17 Jan 2011 07:56:56 -0000 1.27 @@ -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.26 2011/01/16 22:46:28 robbat2 Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.27 2011/01/17 07:56:56 robbat2 Exp $ --> <guide link="/doc/en/openrc-migration.xml"> <title>Baselayout and OpenRC Migration Guide</title> @@ -27,8 +27,8 @@ OpenRC. <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>7</version> -<date>2011-01-16</date> +<version>8</version> +<date>2011-01-17</date> <chapter> <title>Background</title> @@ -584,5 +584,22 @@ baselayout. </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. +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>