Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-mips-system.xml hb-install-system.xml
Date: Wed, 02 Jan 2013 19:33:00
Message-Id: 20130102192852.96F082171D@flycatcher.gentoo.org
1 swift 13/01/02 19:28:52
2
3 Modified: hb-install-mips-system.xml hb-install-system.xml
4 Log:
5 Fix bug #449192 - remove env-update instructions as they are now obsolete
6
7 Revision Changes Path
8 1.12 xml/htdocs/doc/en/handbook/hb-install-mips-system.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.12&view=markup
11 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
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?r1=1.11&r2=1.12
13
14 Index: hb-install-mips-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- hb-install-mips-system.xml 29 Jun 2012 16:12:20 -0000 1.11
21 +++ hb-install-mips-system.xml 2 Jan 2013 19:28:52 -0000 1.12
22 @@ -4,12 +4,12 @@
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-mips-system.xml,v 1.11 2012/06/29 16:12:20 swift Exp $ -->
27 +<!-- $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 $ -->
28
29 <sections>
30
31 -<version>11</version>
32 -<date>2012-06-29</date>
33 +<version>13</version>
34 +<date>2013-01-03</date>
35
36 <section>
37 <title>Chrooting</title>
38 @@ -66,15 +66,12 @@
39 <p>
40 This chrooting is done in three steps. First we will change the root
41 from <path>/</path> (on the installation medium) to <path>/mnt/gentoo</path>
42 -(on your partitions) using <c>chroot</c>. Then we will create a new environment
43 -using <c>env-update</c>, which essentially creates environment variables.
44 -Finally, we load those variables into memory using <c>source</c>.
45 +(on your partitions) using <c>chroot</c>. Then we will reload some settings, as
46 +provided by <path>/etc/profile</path>, in memory using <c>source</c>.
47 </p>
48
49 <pre caption = "Chrooting into the new environment">
50 # <i>chroot /mnt/gentoo /bin/bash</i>
51 -# <i>env-update</i>
52 ->> Regenerating /etc/ld.so.cache...
53 # <i>source /etc/profile</i>
54 # <i>export PS1="(chroot) $PS1"</i>
55 </pre>
56
57
58
59 1.129 xml/htdocs/doc/en/handbook/hb-install-system.xml
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.129&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.129&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.128&r2=1.129
64
65 Index: hb-install-system.xml
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
68 retrieving revision 1.128
69 retrieving revision 1.129
70 diff -u -r1.128 -r1.129
71 --- hb-install-system.xml 9 Dec 2012 20:14:14 -0000 1.128
72 +++ hb-install-system.xml 2 Jan 2013 19:28:52 -0000 1.129
73 @@ -4,7 +4,7 @@
74 <!-- The content of this document is licensed under the CC-BY-SA license -->
75 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
76
77 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.128 2012/12/09 20:14:14 swift Exp $ -->
78 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.129 2013/01/02 19:28:52 swift Exp $ -->
79
80 <sections>
81
82 @@ -14,8 +14,8 @@
83 to progress to that state.
84 </abstract>
85
86 -<version>20</version>
87 -<date>2012-12-09</date>
88 +<version>21</version>
89 +<date>2013-01-03</date>
90
91 <section>
92 <title>Chrooting</title>
93 @@ -145,15 +145,12 @@
94 <p>
95 This chrooting is done in three steps. First we will change the root
96 from <path>/</path> (on the installation medium) to <path>/mnt/gentoo</path>
97 -(on your partitions) using <c>chroot</c>. Then we will create a new environment
98 -using <c>env-update</c>, which essentially creates environment variables.
99 -Finally, we load those variables into memory using <c>source</c>.
100 +(on your partitions) using <c>chroot</c>. Then we will reload some settings, as
101 +provided by <path>/etc/profile</path>, in memory using <c>source</c>.
102 </p>
103
104 <pre caption = "Chrooting into the new environment">
105 # <i>chroot /mnt/gentoo /bin/bash</i>
106 -# <i>env-update</i>
107 ->> Regenerating /etc/ld.so.cache...
108 # <i>source /etc/profile</i>
109 # <i>export PS1="(chroot) $PS1"</i>
110 </pre>