Gentoo Archives: gentoo-doc-cvs

From: "Jan Kundrat (jkt)" <jkt@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
Date: Wed, 03 Aug 2011 08:24:14
Message-Id: 20110803082404.D9EFF2004C@flycatcher.gentoo.org
1 jkt 11/08/03 08:24:04
2
3 Modified: hb-install-system.xml
4 Log:
5 #369841: improving readability by swift
6
7 Revision Changes Path
8 1.119 xml/htdocs/doc/en/handbook/hb-install-system.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.119&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.119&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.118&r2=1.119
13
14 Index: hb-install-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
17 retrieving revision 1.118
18 retrieving revision 1.119
19 diff -u -r1.118 -r1.119
20 --- hb-install-system.xml 16 Mar 2011 07:43:58 -0000 1.118
21 +++ hb-install-system.xml 3 Aug 2011 08:24:04 -0000 1.119
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.118 2011/03/16 07:43:58 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.119 2011/08/03 08:24:04 jkt Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 to progress to that state.
33 </abstract>
34
35 -<version>10.6</version>
36 -<date>2011-03-16</date>
37 +<version>11</version>
38 +<date>2011-08-03</date>
39
40 <section>
41 <title>Chrooting</title>
42 @@ -30,7 +30,9 @@
43 our <uri link="/main/en/mirrors.xml">mirror list</uri> and search
44 for a mirror (or mirrors) close to you (as those are most frequently the
45 fastest ones), but we provide a nice tool called <c>mirrorselect</c> which
46 -provides you with a nice interface to select the mirrors you want.
47 +provides you with a nice interface to select the mirrors you want. Just
48 +navigate to the mirrors of choice and press spacebar to select one or more
49 +mirrors.
50 </p>
51
52 <pre caption="Using mirrorselect for the GENTOO_MIRRORS variable">
53 @@ -89,6 +91,12 @@
54 <body>
55
56 <p>
57 +In a few moments, we will change the Linux root towards the new location. To
58 +make sure that the new environment works properly, we need to make certain file
59 +systems available there as well.
60 +</p>
61 +
62 +<p>
63 Mount the <path>/proc</path> filesystem on <path>/mnt/gentoo/proc</path> to
64 allow the installation to use the kernel-provided information within the
65 chrooted environment, and then mount-bind the <path>/dev</path> filesystem.