nightmorph 06/08/12 22:24:01 Modified: hb-install-gtkfe.xml Log: Updated gtkfe.xml with agaffney's fixes, also see bug 142265
Revision Changes Path 1.4 xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-gtkfe.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-gtkfe.xml?rev=1.4&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-gtkfe.xml?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-gtkfe.xml?r1=1.3&r2=1.4 Index: hb-install-gtkfe.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-gtkfe.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- hb-install-gtkfe.xml 9 Aug 2006 16:49:32 -0000 1.3 +++ hb-install-gtkfe.xml 12 Aug 2006 22:24:01 -0000 1.4 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-gtkfe.xml,v 1.3 2006/08/09 16:49:32 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-gtkfe.xml,v 1.4 2006/08/12 22:24:01 nightmorph Exp $ --> <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> @@ -8,7 +8,7 @@ <sections> <version>1.0</version> -<date>2006-06-25</date> +<date>2006-08-12</date> <section> <title>Welcome</title> @@ -27,6 +27,16 @@ progress in case you need to resume your installation at a later time. </p> +<p> +There are two types of installation modes available. Choose <c>Networkless</c> +to begin installing Gentoo Linux. +</p> + +<note> +Selecting <c>Networkless</c> will make some later configuration options +unavailable. Simply proceed to the next screen. +</note> + </body> </subsection> </section> @@ -123,44 +133,6 @@ </section> <section> -<title>Stage Selection</title> -<subsection> -<title>Dynamic stage generation</title> -<body> - -<p> -Since you are performing an installation <e>without</e> an internet -connection, you <b>must</b> check <c>GRP Install</c> as well as <c>Dynamic</c> -from the options present. Everything you need to build your system will -then be generated from the files on the LiveCD. -</p> - -<warn> -Do <e>not</e> select options other than those specified above when you are -installing without an internet connection. -</warn> - -</body> -</subsection> -</section> - -<section> -<title>Portage Tree</title> -<subsection> -<title>Obtaining a Portage tree</title> -<body> - -<p> -You must choose <c>Snapshot</c> on this screen. The installer will automatically -install a Portage tree from the LiveCD once you select <c>Snapshot</c>; you do not -need to specify a snapshot URI. -</p> - -</body> -</subsection> -</section> - -<section> <title>make.conf</title> <subsection> <title>USE flags</title> @@ -192,13 +164,12 @@ <body> <p> -Any other options you wish to set for future use should be selected now. <e>Use -unstable (~arch)</e> will allow you to use packages from the unstable branch of -the Portage tree. <e>Build binary packages</e> creates ready-to-install binary -tarballs of all packages you compile on your system. <e>DistCC</e> allows you -to share the burden of compiling with another computer via your network -connection. <e>ccache</e> saves compiled code for later use, and thus can -greatly speed up compilation time if you re-install the same package. +Any other options you wish to set for future use should be selected now. +<e>Build binary packages</e> creates ready-to-install binary tarballs of all +packages you compile on your system. <e>DistCC</e> allows you to share the +burden of compiling with another computer via your network connection. +<e>ccache</e> saves compiled code for later use, and thus can greatly speed up +compilation time if you re-install the same package. </p> <p> @@ -347,11 +318,6 @@ install any of them, check the appropriate box. </p> -<impo> -As you are installing Gentoo without an internet connection, you cannot add -any extra packages other than those shown in the installer. -</impo> - </body> </subsection> </section> -- [email protected] mailing list
