From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PebdU-0001QM-4y for garchives@archives.gentoo.org; Sun, 16 Jan 2011 23:03:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B12DE0C3A for ; Sun, 16 Jan 2011 23:03:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7E62AE0BD9 for ; Sun, 16 Jan 2011 22:41:19 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7CEC1B4017 for ; Sun, 16 Jan 2011 22:41:18 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 544) id 75BF020054; Sun, 16 Jan 2011 22:41:17 +0000 (UTC) From: "Robin H. Johnson (robbat2)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: openrc-migration.xml X-VCS-Repository: gentoo X-VCS-Files: openrc-migration.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson Content-Type: text/plain; charset=utf8 Message-Id: <20110116224117.75BF020054@flycatcher.gentoo.org> Date: Sun, 16 Jan 2011 22:41:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 96bb8901-bbec-4da8-b4d0-237792207343 X-Archives-Hash: dfa92092be91dae9edf8fd65b0540d75 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/open= rc-migration.xml?rev=3D1.25&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/open= rc-migration.xml?rev=3D1.25&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/open= rc-migration.xml?r1=3D1.24&r2=3D1.25 Index: openrc-migration.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 @@ - + =20 Baselayout and OpenRC Migration Guide @@ -27,8 +27,8 @@ OpenRC. =20 -5 -2011-01-12 +6 +2011-01-16 =20 Background @@ -465,7 +465,10 @@ functions. =20

However, as of the 0.7.0 release, you are required to explicitly configu= re the -sub-type using the rc_sys variable in /etc/rc.conf. +sub-type using the rc_sys variable in /etc/rc.conf. = The +sub-type should be set to match the virtualization environment that the = given +root is in. In general, the non-empty rc_sys value should be with= in the +virtual containers; The host node will have rc_sys=3D"".

=20