Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@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: Fri, 28 May 2010 03:50:26
Message-Id: 20100528035008.00C9C2CF2B@corvid.gentoo.org
1 nightmorph 10/05/28 03:50:07
2
3 Modified: hb-install-system.xml
4 Log:
5 made ipv6 note conditional, as all kernels except alpha, ia64, and ppc64 support ipv6. bug 321713.
6
7 Revision Changes Path
8 1.114 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.114&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.114&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.113&r2=1.114
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.113
18 retrieving revision 1.114
19 diff -u -r1.113 -r1.114
20 --- hb-install-system.xml 24 May 2010 21:20:32 -0000 1.113
21 +++ hb-install-system.xml 28 May 2010 03:50:07 -0000 1.114
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.113 2010/05/24 21:20:32 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.114 2010/05/28 03:50:07 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 to progress to that state.
33 </abstract>
34
35 -<version>10.1</version>
36 -<date>2010-05-24</date>
37 +<version>10.2</version>
38 +<date>2010-05-27</date>
39
40 <section>
41 <title>Chrooting</title>
42 @@ -37,7 +37,7 @@
43 # <i>mirrorselect -i -o &gt;&gt; /mnt/gentoo/etc/make.conf</i>
44 </pre>
45
46 -<warn>
47 +<warn test="contains('Alpha IA64 PPC64', func:keyval('arch'))">
48 Do not select any IPv6 mirrors. Our stages currently do not support IPv6.
49 </warn>