swift 13/01/02 19:28:52 Modified: hb-install-mips-system.xml hb-install-system.xml Log: Fix bug #449192 - remove env-update instructions as they are now obsolete
Revision Changes Path 1.12 xml/htdocs/doc/en/handbook/hb-install-mips-system.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?r1=1.11&r2=1.12 Index: hb-install-mips-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- hb-install-mips-system.xml 29 Jun 2012 16:12:20 -0000 1.11 +++ hb-install-mips-system.xml 2 Jan 2013 19:28:52 -0000 1.12 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.11 2012/06/29 16:12:20 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.12 2013/01/02 19:28:52 swift Exp $ --> <sections> -<version>11</version> -<date>2012-06-29</date> +<version>13</version> +<date>2013-01-03</date> <section> <title>Chrooting</title> @@ -66,15 +66,12 @@ <p> This chrooting is done in three steps. First we will change the root from <path>/</path> (on the installation medium) to <path>/mnt/gentoo</path> -(on your partitions) using <c>chroot</c>. Then we will create a new environment -using <c>env-update</c>, which essentially creates environment variables. -Finally, we load those variables into memory using <c>source</c>. +(on your partitions) using <c>chroot</c>. Then we will reload some settings, as +provided by <path>/etc/profile</path>, in memory using <c>source</c>. </p> <pre caption = "Chrooting into the new environment"> # <i>chroot /mnt/gentoo /bin/bash</i> -# <i>env-update</i> ->> Regenerating /etc/ld.so.cache... # <i>source /etc/profile</i> # <i>export PS1="(chroot) $PS1"</i> </pre> 1.129 xml/htdocs/doc/en/handbook/hb-install-system.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.129&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.129&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.128&r2=1.129 Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- hb-install-system.xml 9 Dec 2012 20:14:14 -0000 1.128 +++ hb-install-system.xml 2 Jan 2013 19:28:52 -0000 1.129 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.128 2012/12/09 20:14:14 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.129 2013/01/02 19:28:52 swift Exp $ --> <sections> @@ -14,8 +14,8 @@ to progress to that state. </abstract> -<version>20</version> -<date>2012-12-09</date> +<version>21</version> +<date>2013-01-03</date> <section> <title>Chrooting</title> @@ -145,15 +145,12 @@ <p> This chrooting is done in three steps. First we will change the root from <path>/</path> (on the installation medium) to <path>/mnt/gentoo</path> -(on your partitions) using <c>chroot</c>. Then we will create a new environment -using <c>env-update</c>, which essentially creates environment variables. -Finally, we load those variables into memory using <c>source</c>. +(on your partitions) using <c>chroot</c>. Then we will reload some settings, as +provided by <path>/etc/profile</path>, in memory using <c>source</c>. </p> <pre caption = "Chrooting into the new environment"> # <i>chroot /mnt/gentoo /bin/bash</i> -# <i>env-update</i> ->> Regenerating /etc/ld.so.cache... # <i>source /etc/profile</i> # <i>export PS1="(chroot) $PS1"</i> </pre>
