robbat2 11/01/16 22:41:17 Modified: openrc-migration.xml Log: Improve rc_sys description per bug #351783.
Revision Changes Path 1.25 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.24&r2=1.25 Index: openrc-migration.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -p -w -b -B -u -u -r1.24 -r1.25 --- openrc-migration.xml 13 Jan 2011 04:28:00 -0000 1.24 +++ openrc-migration.xml 16 Jan 2011 22:41:17 -0000 1.25 @@ -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.24 2011/01/13 04:28:00 robbat2 Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.25 2011/01/16 22:41:17 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>5</version> -<date>2011-01-12</date> +<version>6</version> +<date>2011-01-16</date> <chapter> <title>Background</title> @@ -465,7 +465,10 @@ functions. <p> However, as of the 0.7.0 release, you are required to explicitly configure the -sub-type using the <b>rc_sys</b> variable in <path>/etc/rc.conf</path>. +sub-type using the <b>rc_sys</b> variable in <path>/etc/rc.conf</path>. The +sub-type should be set to match the virtualization environment that the given +root is in. In general, the non-empty <b>rc_sys</b> value should be within the +virtual containers; The host node will have <b>rc_sys=""</b>. </p> <impo>
