jkt 11/08/03 08:24:04 Modified: hb-install-system.xml Log: #369841: improving readability by swift
Revision Changes Path 1.119 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.119&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.119&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.118&r2=1.119 Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- hb-install-system.xml 16 Mar 2011 07:43:58 -0000 1.118 +++ hb-install-system.xml 3 Aug 2011 08:24:04 -0000 1.119 @@ -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.118 2011/03/16 07:43:58 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.119 2011/08/03 08:24:04 jkt Exp $ --> <sections> @@ -14,8 +14,8 @@ to progress to that state. </abstract> -<version>10.6</version> -<date>2011-03-16</date> +<version>11</version> +<date>2011-08-03</date> <section> <title>Chrooting</title> @@ -30,7 +30,9 @@ our <uri link="/main/en/mirrors.xml">mirror list</uri> and search for a mirror (or mirrors) close to you (as those are most frequently the fastest ones), but we provide a nice tool called <c>mirrorselect</c> which -provides you with a nice interface to select the mirrors you want. +provides you with a nice interface to select the mirrors you want. Just +navigate to the mirrors of choice and press spacebar to select one or more +mirrors. </p> <pre caption="Using mirrorselect for the GENTOO_MIRRORS variable"> @@ -89,6 +91,12 @@ <body> <p> +In a few moments, we will change the Linux root towards the new location. To +make sure that the new environment works properly, we need to make certain file +systems available there as well. +</p> + +<p> Mount the <path>/proc</path> filesystem on <path>/mnt/gentoo/proc</path> to allow the installation to use the kernel-provided information within the chrooted environment, and then mount-bind the <path>/dev</path> filesystem.