nightmorph 08/07/08 23:56:10 Modified: hb-install-stage.xml Log: removed duplicate tarball unpacking section that somehow got left in, bug 231214
Revision Changes Path 1.7 xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml?rev=1.7&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml?r1=1.6&r2=1.7 Index: hb-install-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- hb-install-stage.xml 6 Jul 2008 08:00:30 -0000 1.6 +++ hb-install-stage.xml 8 Jul 2008 23:56:10 -0000 1.7 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml,v 1.6 2008/07/06 08:00:30 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-stage.xml,v 1.7 2008/07/08 23:56:10 nightmorph Exp $ --> <sections> -<version>9.3</version> -<date>2008-07-06</date> +<version>9.4</version> +<date>2008-07-08</date> <section> <title>Installing a Stage Tarball</title> @@ -103,34 +103,6 @@ </body> </subsection> -<subsection> -<title>Unpacking the Stage Tarball</title> -<body> - -<p> -Now unpack your downloaded stage onto your system. We use <c>tar</c> to proceed -as it is the easiest method: -</p> - -<pre caption="Unpacking the stage"> -# <i>tar xvjpf stage3-*.tar.bz2</i> -</pre> - -<p> -Make sure that you use the same options (<c>xvjpf</c>). The <c>x</c> stands -for <e>Extract</e>, the <c>v</c> for <e>Verbose</e> to see what happens during -the extraction process (this one is optional), the <c>j</c> for <e>Decompress -with bzip2</e>, the <c>p</c> for <e>Preserve permissions</e> and the <c>f</c> -to denote that we want to extract a file, not standard input. -</p> - -<p> -Now that the stage is installed, continue with <uri -link="#installing_portage">Installing Portage</uri>. -</p> - -</body> -</subsection> </section> <section id="installing_portage"> <title>Installing Portage</title> -- [email protected] mailing list
