Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap.xml
Date: Sat, 01 Sep 2012 10:29:56
Message-Id: 20120901102947.309BE20E92@flycatcher.gentoo.org
1 grobian 12/09/01 10:29:47
2
3 Modified: bootstrap.xml
4 Log:
5 make it much more clear bootstrapping bash is usually NOT necessary
6
7 Revision Changes Path
8 1.50 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml?rev=1.50&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml?rev=1.50&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml?r1=1.49&r2=1.50
13
14 Index: bootstrap.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml,v
17 retrieving revision 1.49
18 retrieving revision 1.50
19 diff -u -r1.49 -r1.50
20 --- bootstrap.xml 26 Aug 2012 11:23:45 -0000 1.49
21 +++ bootstrap.xml 1 Sep 2012 10:29:47 -0000 1.50
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml,v 1.49 2012/08/26 11:23:45 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml,v 1.50 2012/09/01 10:29:47 grobian Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap.xml" lang="en">
29 <title>Gentoo Prefix Bootstrap Process</title>
30 @@ -19,8 +19,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 - <version>1.92</version>
35 - <date>2012-08-26</date>
36 + <version>1.93</version>
37 + <date>2012-09-01</date>
38
39 <chapter>
40 <title>Bootstrapping in general</title>
41 @@ -98,7 +98,7 @@
42 <c>ftp</c> if they are available. Downloading the script with
43 a web-browser, and/or copying via scp/ftp/NFS is also fine.
44 </p>
45 - <pre caption="Bootstrap bash">
46 + <pre caption="Bootstrap bash (ONLY if no bash exists on the system)">
47 $ <i>chmod 755 bootstrap-bash.sh</i>
48 $ <i>./bootstrap-bash.sh /var/tmp/bash</i>
49 $ <i>export PATH="/var/tmp/bash/bin:${PATH}"</i>
50 @@ -135,7 +135,7 @@
51 </body>
52 </section><!-- }}} -->
53
54 - <section><!-- {{{ performing a bootstrap -->
55 + <section><!-- {{{ performing a manual bootstrap -->
56 <title>Performing a Gentoo Prefix manually</title>
57 <body>