From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1E2oX4-0002I8-00 for garchives@archives.gentoo.org; Wed, 10 Aug 2005 11:14:02 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7ABDAYc019959; Wed, 10 Aug 2005 11:13:10 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7ABD9Ro014058 for ; Wed, 10 Aug 2005 11:13:09 GMT Message-Id: <200508101113.j7ABD9Ro014058@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1E2oWp-0002KI-OC for gentoo-doc-cvs@lists.gentoo.org; Wed, 10 Aug 2005 11:13:47 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Wed, 10 Aug 2005 11:13:38 +0000 From: "swift" Date: Wed, 10 Aug 2005 11:13:38 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-hppa-medium.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 642f9be7-5056-4b9b-aac4-83821d6a76b4 X-Archives-Hash: abbbcc5832e848e1e9bc0baaeb97b724 swift 05/08/10 11:13:38 Modified: xml/htdocs/doc/en/handbook hb-install-hppa-medium.xml Log: Removing networkless-only description and use the current ones instead. Based of hb-install-hppa-medium.xml for 2004.3, substituted 2004.3 with 2005.1 and livecd with installation cd. Revision Changes Path 1.32 +295 -45 xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml?rev=1.32&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml?rev=1.32&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml.diff?r1=1.31&r2=1.32&cvsroot=gentoo Index: hb-install-hppa-medium.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- hb-install-hppa-medium.xml 9 Aug 2005 09:43:58 -0000 1.31 +++ hb-install-hppa-medium.xml 10 Aug 2005 11:13:37 -0000 1.32 @@ -4,12 +4,12 @@ - + -1.25 -2005-08-08 +1.26 +2005-08-10
Hardware Requirements @@ -56,75 +56,318 @@
-The Gentoo Universal Installation CD +The Gentoo Installation Approaches Introduction

-Gentoo Linux can be installed using one of three stage tarball files. A -stage file is a tarball (compressed archive) that contains a minimal +Gentoo Linux can be installed using one of three stage tarball files. +A stage file is a tarball (compressed archive) that contains a minimal environment.

  • - 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. -
  • -
  • - 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. -
  • -
  • - 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. -
  • + 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. + +
  • + 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. +
  • +
  • + 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. +

-We will opt for a stage3 installation throughout this document. If you want to -perform a Gentoo installation using the stage1 or stage2 files, please use the -installation instructions in the Gentoo Handbook. They do -require a working Internet connection though. +To help you decide what stage file you want to use, we have written down the +major advantages and disadvantages of each stage file. +

+ + +
+ +A Stage1 Approach + + +

+A stage1 is used when you want to bootstrap and build the entire system +from scratch.

+

+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 stage1 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. +

+ + + + + + + + + + Allows you to have total control over the optimization settings and optional + build-time functionality that is initially enabled on your system + + + + + Suitable for powerusers that know what they are doing + + + + Allows you to learn more about the inner workings of Gentoo + + + + Takes a long time to finish the installation + + + + + If you don't intend to tweak the settings, it is a waste of time + + +
Stage1Pros and Cons
+
+
+
-
-
+
-Gentoo Universal Installation CD +A Stage2 Approach

-An Installation CD is a bootable medium which contains a self-sustained Gentoo -environment. It allows you to boot Linux from the CD. During the boot process -your hardware is detected and the appropriate drivers are loaded. The Gentoo -Installation CDs are maintained by Gentoo developers. +A stage2 is used for building the entire system from a bootstrapped +"semi-compiled" state.

-There currently are two Installation CDs available: +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. +

+ + + + + + + + + You don't need to bootstrap + + + + Faster than starting with stage1 + + + + You can still tweak your settings + + + + You cannot tweak as much as with a stage1 + + + + It's still not the fastest way to install Gentoo + + + + You have to accept the optimizations we chose for the bootstrap + +
Stage2Pros and Cons
+
+
+
-
-
-
+ + +
+ +A Stage3 Approach + + +

+A stage3 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 -- gentoo-doc-cvs@gentoo.org mailing list