swift 05/07/05 09:07:24
Modified: xml/htdocs/doc/en/handbook/draft/2005.1
hb-install-ppc64-medium.xml
Log:
PPC64 medium file
Revision Changes Path
1.2 +83 -271
xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-medium.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-medium.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-medium.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-medium.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
Index: hb-install-ppc64-medium.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-medium.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-ppc64-medium.xml 5 Jul 2005 08:34:23 -0000 1.1
+++ hb-install-ppc64-medium.xml 5 Jul 2005 09:07:24 -0000 1.2
@@ -2,9 +2,9 @@
<!DOCTYPE sections SYSTEM "/dtd/book.dtd">
<!-- The content of this document is licensed under the CC-BY-SA license -->
-<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
+<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-medium.xml,v
1.1 2005/07/05 08:34:23 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-medium.xml,v
1.2 2005/07/05 09:07:24 swift Exp $ -->
<sections>
@@ -64,271 +64,89 @@
<!-- Copy/paste from hb-install-x86-medium.xml, with s/x86/ppc64/ -->
<!-- START -->
<section>
-<title>The Gentoo Installation Approaches</title>
+<title>The Gentoo Universal Installation CD</title>
<subsection>
<title>Introduction</title>
<body>
<p>
-Gentoo Linux can be installed using one of three <e>stage</e> tarball files.
-A stage file is a tarball (compressed archive) that contains a minimal
+Gentoo Linux can be installed using one of three <e>stage</e> tarball files. A
+stage file is a tarball (compressed archive) that contains a minimal
environment.
</p>
<ul>
<li>
- A stage1 file contains nothing more than a compiler, Portage (Gentoo's
- software management system) and a couple of packages on which the compiler
- or Portage depends.
- </li>
- <li>
- A stage2 file contains a so-called bootstrapped system, a minimal
- environment from which one can start building all other necessary
- applications that make a Gentoo environment complete.
- </li>
- <li>
- A stage3 file contains a prebuilt minimal system which is almost fully
- deployable. It only lacks a few applications where you, the Gentoo user,
- needs to choose which one you want to install.
- </li>
+ A stage1 file contains nothing more than a compiler, Portage (Gentoo's
+ software management system) and a couple of packages on which the
+ compiler or Portage depends.
+ </li>
+ <li>
+ A stage2 file contains a so-called bootstrapped system, a minimal
+ environment from which one can start building all other necessary
+ applications that make a Gentoo environment complete.
+ </li>
+ <li>
+ A stage3 file contains a prebuilt minimal system which is almost fully
+ deployable. It only lacks a few applications where you, the Gentoo user,
+ needs to choose which one you want to install.
+ </li>
</ul>
<p>
-To help you decide what stage file you want to use, we have written down the
-major advantages and disadvantages of each stage file.
-</p>
-
-</body>
-</subsection>
-<subsection>
-<title>A Stage1 Approach</title>
-<body>
-
-<p>
-A <e>stage1</e> is used when you want to bootstrap and build the entire system
-from scratch.
-</p>
-
-<p>
-Starting from a stage1 allows you to have total control over the
-optimization settings and optional build-time functionality that is
-initially enabled on your system. This makes <e>stage1</e> installs good for
-power users who know what they are doing. It is also a great
-installation method for those who would like to know more about the
-inner workings of Gentoo Linux.
-</p>
-
-<table>
-<tr>
- <th>Stage1</th>
- <th>Pros and Cons</th>
-</tr>
-<tr>
- <th>+</th>
- <ti>
- Allows you to have total control over the optimization settings and
optional
- build-time functionality that is initially enabled on your system
- </ti>
-</tr>
-<tr>
- <th>+</th>
- <ti>Suitable for powerusers that know what they are doing</ti>
-</tr>
-<tr>
- <th>+</th>
- <ti>Allows you to learn more about the inner workings of Gentoo</ti>
-</tr>
-<tr>
- <th>-</th>
- <ti>Takes a long time to finish the installation</ti>
-</tr>
-<tr>
- <th>-</th>
- <ti>
- If you don't intend to tweak the settings, it is a waste of time
- </ti>
-</tr>
-<tr>
- <th>-</th>
- <ti>
- Requires a working Internet connection during the installation
- </ti>
-</tr>
-</table>
-
-</body>
-</subsection>
-<subsection>
-<title>A Stage2 Approach</title>
-<body>
-
-<p>
-A <e>stage2</e> is used for building the entire system from a bootstrapped
-"semi-compiled" state.
-</p>
-
-<p>
-Stage2 installs allow you to skip the bootstrap process; doing this
-is fine if you are happy with the optimization settings that we chose
-for your particular stage2 tarball.
-</p>
-
-<table>
-<tr>
- <th>Stage2</th>
- <th>Pros and Cons</th>
-</tr>
-<tr>
- <th>+</th>
- <ti>You don't need to bootstrap</ti>
-</tr>
-<tr>
- <th>+</th>
- <ti>Faster than starting with stage1</ti>
-</tr>
-<tr>
- <th>+</th>
- <ti>You can still tweak your settings</ti>
-</tr>
-<tr>
- <th>-</th>
- <ti>You cannot tweak as much as with a stage1</ti>
-</tr>
-<tr>
- <th>-</th>
- <ti>It's still not the fastest way to install Gentoo</ti>
-</tr>
-<tr>
- <th>-</th>
- <ti>You have to accept the optimizations we chose for the bootstrap</ti>
-</tr>
-<tr>
- <th>-</th>
- <ti>
- Requires a working Internet connection during the installation
- </ti>
-</tr>
-</table>
-
-</body>
-</subsection>
-<subsection>
-<title>A Stage3 Approach</title>
-<body>
-
-<p>
-A <e>stage3</e> installation contains a basic Gentoo Linux system that has been
-built for you. You will only need to build a few packages of which we can't
-decide for you which one to choose.
-</p>
-
--
[email protected] mailing list