* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: handbook-amd64.xml handbook-x86.xml hb-install-stage.xml hb-install-system.xml hb-install-x86+amd64-kernel.xml hb-install-x86+amd64-medium.xml
@ 2009-10-04 18:37 Joshua Saddler (nightmorph)
0 siblings, 0 replies; only message in thread
From: Joshua Saddler (nightmorph) @ 2009-10-04 18:37 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 09/10/04 18:37:43
Modified: handbook-amd64.xml handbook-x86.xml
hb-install-stage.xml hb-install-system.xml
hb-install-x86+amd64-kernel.xml
hb-install-x86+amd64-medium.xml
Log:
Quick fixes for autobuilds and all stuff (i think) found on the autobuilds tracker bug -- x86 and amd64 only at this time. should be good for Gentoo's 10th anniversary on these two arches
Revision Changes Path
1.151 xml/htdocs/doc/en/handbook/handbook-amd64.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml?r1=1.150&r2=1.151
Index: handbook-amd64.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- handbook-amd64.xml 7 Jul 2008 21:15:42 -0000 1.150
+++ handbook-amd64.xml 4 Oct 2009 18:37:42 -0000 1.151
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE book SYSTEM "/dtd/book.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml,v 1.150 2008/07/07 21:15:42 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml,v 1.151 2009/10/04 18:37:42 nightmorph Exp $ -->
<book>
<title>Gentoo Linux AMD64 Handbook</title>
@@ -10,17 +10,15 @@
<key id="arch">AMD64</key>
<key id="arch-sub">x86_64</key>
<key id="/boot">/dev/sda1</key>
- <key id="kernel-version">2.6.24-r5</key>
- <key id="kernel-name">kernel-2.6.24-gentoo-r5</key>
- <key id="genkernel-name">kernel-genkernel-amd64-2.6.24-gentoo-r5</key>
- <key id="genkernel-initrd">initramfs-genkernel-amd64-2.6.24-gentoo-r5</key>
- <key id="min-cd-name">install-amd64-minimal-2008.0.iso</key>
+ <key id="kernel-version">2.6.30-r5</key>
+ <key id="kernel-name">kernel-2.6.30-gentoo-r5</key>
+ <key id="genkernel-name">kernel-genkernel-amd64-2.6.30-gentoo-r5</key>
+ <key id="genkernel-initrd">initramfs-genkernel-amd64-2.6.30-gentoo-r5</key>
+ <key id="min-cd-name">install-amd64-minimal-<release>.iso</key>
<key id="min-cd-size">50</key>
- <key id="live-cd-name">livecd-amd64-installer-2008.0-r1.iso</key>
- <key id="live-cd-size">701</key>
- <key id="release-dir">releases/amd64/2008.0/</key>
- <key id="stage3">stage3-amd64-2008.0.tar.bz2</key>
- <key id="profile">default/linux/amd64/2008.0</key>
+ <key id="release-dir">releases/amd64/autobuilds/</key>
+ <key id="stage3">stage3-amd64-<release>.tar.bz2</key>
+ <key id="profile">default/linux/amd64/10.0</key>
<key id="CFLAGS">-march=k8 -O2 -pipe</key>
<key id="online-book">handbook-amd64.xml</key>
</values>
@@ -143,8 +141,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>9.6</version>
-<date>2008-07-07</date>
+<version>10.0</version>
+<date>2009-10-04</date>
<part>
<title>Installing Gentoo</title>
1.172 xml/htdocs/doc/en/handbook/handbook-x86.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml?rev=1.172&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml?rev=1.172&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml?r1=1.171&r2=1.172
Index: handbook-x86.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- handbook-x86.xml 7 Jul 2008 21:15:42 -0000 1.171
+++ handbook-x86.xml 4 Oct 2009 18:37:42 -0000 1.172
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE book SYSTEM "/dtd/book.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml,v 1.171 2008/07/07 21:15:42 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml,v 1.172 2009/10/04 18:37:42 nightmorph Exp $ -->
<book>
<title>Gentoo Linux x86 Handbook</title>
@@ -10,17 +10,15 @@
<key id="arch">x86</key>
<key id="arch-sub">i386</key>
<key id="/boot">/dev/sda1</key>
- <key id="kernel-version">2.6.24-r5</key>
- <key id="kernel-name">kernel-2.6.24-gentoo-r5</key>
- <key id="genkernel-name">kernel-genkernel-x86-2.6.24-gentoo-r5</key>
- <key id="genkernel-initrd">initramfs-genkernel-x86-2.6.24-gentoo-r5</key>
- <key id="min-cd-name">install-x86-minimal-2008.0.iso</key>
+ <key id="kernel-version">2.6.30-r6</key>
+ <key id="kernel-name">kernel-2.6.30-gentoo-r6</key>
+ <key id="genkernel-name">kernel-genkernel-x86-2.6.30-gentoo-r6</key>
+ <key id="genkernel-initrd">initramfs-genkernel-x86-2.6.30-gentoo-r6</key>
+ <key id="min-cd-name">install-x86-minimal-<release>.iso</key>
<key id="min-cd-size">57</key>
- <key id="live-cd-name">livecd-i686-installer-2008.0-r1.iso</key>
- <key id="live-cd-size">655</key>
- <key id="release-dir">releases/x86/2008.0/</key>
- <key id="stage3">stage3-i686-2008.0.tar.bz2</key>
- <key id="profile">default/linux/x86/2008.0</key>
+ <key id="release-dir">releases/x86/autobuilds/</key>
+ <key id="stage3">stage3-i686-<release>.tar.bz2</key>
+ <key id="profile">default/linux/x86/10.0</key>
<key id="online-book">handbook-x86.xml</key>
<key id="CFLAGS">-O2 -march=i686 -pipe</key>
</values>
@@ -143,8 +141,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>9.6</version>
-<date>2008-07-07</date>
+<version>10.0</version>
+<date>2009-10-04</date>
<part>
<title>Installing Gentoo</title>
1.117 xml/htdocs/doc/en/handbook/hb-install-stage.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.116&r2=1.117
Index: hb-install-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- hb-install-stage.xml 22 Jul 2009 05:05:19 -0000 1.116
+++ hb-install-stage.xml 4 Oct 2009 18:37:42 -0000 1.117
@@ -4,7 +4,7 @@
<!-- 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/hb-install-stage.xml,v 1.116 2009/07/22 05:05:19 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.117 2009/10/04 18:37:42 nightmorph Exp $ -->
<sections>
@@ -13,8 +13,8 @@
describe how you extract the stage3 archive and configure Portage.
</abstract>
-<version>9.2</version>
-<date>2009-07-21</date>
+<version>10.0</version>
+<date>2009-10-04</date>
<section>
<title>Installing a Stage Tarball</title>
@@ -232,14 +232,14 @@
<p>
We will now extract the stage tarball of your choice. We will do this with
<c>tar</c>. Make sure you use the same options (<c>xvjpf</c>). The <c>v</c>
-argument is optional and not supported in some <c>tar</c> versions. In the
-next example, we extract the stage tarball
-<path>stage3-<subarch>-2008.0.tar.bz2</path>. Be sure to substitute
-the tarball filename with your stage.
+argument is optional and not supported in some <c>tar</c> versions. In the next
+example, we extract the stage tarball
+<path>stage3-<subarch>-<release>.tar.bz2</path>. Be sure to
+substitute the tarball filename with your stage.
</p>
<pre caption="Extracting the stage tarball">
-# <i>tar xvjpf /mnt/cdrom/stages/stage3-<subarch>-2008.0.tar.bz2</i>
+# <i>tar xvjpf /mnt/cdrom/stages/stage3-<subarch>-<release>.tar.bz2</i>
</pre>
<p>
@@ -334,8 +334,9 @@
<note>
A commented listing of all possible variables can be found in
-<path>/mnt/gentoo/etc/make.conf.example</path>. For a successful Gentoo
-installation you'll only need to set the variables which are mentioned beneath.
+<path>/mnt/gentoo/usr/share/portage/config/make.conf.example</path>. For a
+successful Gentoo installation you'll only need to set the variables which are
+mentioned beneath.
</note>
<p>
@@ -357,19 +358,6 @@
</body>
</subsection>
<subsection>
-<title>CHOST</title>
-<body>
-
-<p>
-The <c>CHOST</c> variable declares the target build host for your system. This
-variable should already be set to the correct value. <brite>Do not edit
-it</brite> as that might break your system. If the <c>CHOST</c> variable does
-not look correct to you, you might be using the wrong stage3 tarball.
-</p>
-
-</body>
-</subsection>
-<subsection>
<title>CFLAGS and CXXFLAGS</title>
<body>
1.112 xml/htdocs/doc/en/handbook/hb-install-system.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.111&r2=1.112
Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- hb-install-system.xml 15 May 2008 06:56:48 -0000 1.111
+++ hb-install-system.xml 4 Oct 2009 18:37:42 -0000 1.112
@@ -4,7 +4,7 @@
<!-- 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/hb-install-system.xml,v 1.111 2008/05/15 06:56:48 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.112 2009/10/04 18:37:42 nightmorph Exp $ -->
<sections>
@@ -14,8 +14,8 @@
to progress to that state.
</abstract>
-<version>9.2</version>
-<date>2008-05-14</date>
+<version>10.0</version>
+<date>2009-10-04</date>
<section>
<title>Chrooting</title>
@@ -194,7 +194,7 @@
<p>
A profile is a building block for any Gentoo system. Not only does it specify
-default values for CHOST, CFLAGS and other important variables, it also locks
+default values for USE, CFLAGS and other important variables, it also locks
the system to a certain range of package versions. This is all maintained by the
Gentoo developers.
</p>
@@ -209,8 +209,11 @@
</p>
<pre caption="Verifying system profile">
-# <i>ls -FGg /etc/make.profile</i>
-lrwxrwxrwx 1 48 Apr 8 18:51 /etc/make.profile -> ../usr/portage/profiles/<keyval id="profile"/>
+# <i>eselect profile list</i>
+Available profile symlink targets:
+ [1] <keyval id="profile"/> *
+ [2] <keyval id="profile"/>/desktop
+ [3] <keyval id="profile"/>/server
</pre>
<p>
@@ -220,18 +223,17 @@
<p>
There are also <c>desktop</c> and <c>server</c> subprofiles available for some
-architectures. Look inside the <path>2008.0/</path> profile to see if there is
-one available for your architecture. You may wish to view the <c>desktop</c>
-profile's <path>make.defaults</path> to determine if it fits your needs.
+architectures. Running <c>eselect profile list</c> will show all available
+profiles.
</p>
<p>
-After viewing the available profiles for your architecture in
-<path>/usr/portage/profiles/</path>, you can use a different one if you wish:
+After viewing the available profiles for your architecture, you can use a
+different one if you wish:
</p>
<pre caption="Changing profiles">
-# <i>ln -snf /usr/portage/profiles/<profile name> /etc/make.profile</i>
+# <i>eselect profile set 2</i>
</pre>
<p test="func:keyval('arch')='AMD64'">
@@ -240,7 +242,21 @@
</p>
<pre test="func:keyval('arch')='AMD64'" caption="Switching to a non-multilib profile">
-# <i>ln -snf /usr/portage/profiles/default/linux/amd64/2008.0/no-multilib /etc/make.profile</i>
+# <i>eselect profile list</i>
+Available profile symlink targets:
+ [1] <keyval id="profile"/> *
+ [2] <keyval id="profile"/>/desktop
+ [3] <keyval id="profile"/>/no-multilib
+ [4] <keyval id="profile"/>/server
+<comment>(Choose the no-multilib profile)</comment>
+# <i>eselect profile set 3</i>
+<comment>(Verify the change)</comment>
+# <i>eselect profile list</i>
+Available profile symlink targets:
+ [1] <keyval id="profile"/>
+ [2] <keyval id="profile"/>/desktop
+ [3] <keyval id="profile"/>/no-multilib *
+ [4] <keyval id="profile"/>/server
</pre>
<note>
1.28 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.27&r2=1.28
Index: hb-install-x86+amd64-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- hb-install-x86+amd64-kernel.xml 30 Jul 2009 20:13:19 -0000 1.27
+++ hb-install-x86+amd64-kernel.xml 4 Oct 2009 18:37:42 -0000 1.28
@@ -4,7 +4,7 @@
<!-- 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/hb-install-x86+amd64-kernel.xml,v 1.27 2009/07/30 20:13:19 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.28 2009/10/04 18:37:42 nightmorph Exp $ -->
<sections>
@@ -13,8 +13,8 @@
explains how to configure your kernel.
</abstract>
-<version>6.5</version>
-<date>2009-07-30</date>
+<version>7.0</version>
+<date>2009-10-04</date>
<section>
<title>Timezone</title>
@@ -369,7 +369,7 @@
</p>
<pre caption="Copying over the Installation CD kernel config">
-# <i>zcat /proc/config.gz > /usr/share/genkernel/x86/kernel-config-2.6</i>
+# <i>zcat /proc/config.gz > /usr/share/genkernel/arch/x86/kernel-config-2.6</i>
</pre>
</body>
1.17 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?r1=1.16&r2=1.17
Index: hb-install-x86+amd64-medium.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- hb-install-x86+amd64-medium.xml 26 Jan 2009 07:51:05 -0000 1.16
+++ hb-install-x86+amd64-medium.xml 4 Oct 2009 18:37:42 -0000 1.17
@@ -4,7 +4,7 @@
<!-- 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/hb-install-x86+amd64-medium.xml,v 1.16 2009/01/26 07:51:05 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v 1.17 2009/10/04 18:37:42 nightmorph Exp $ -->
<sections>
@@ -14,8 +14,8 @@
Installer LiveCD is possible as well.
</abstract>
-<version>6.5</version>
-<date>2009-01-25</date>
+<version>7.0</version>
+<date>2009-10-04</date>
<section>
<title>Hardware Requirements</title>
@@ -117,19 +117,18 @@
<p>
All Installation CDs allow you to boot, set up networking, initialize your
-partitions and start installing Gentoo from the Internet. We currently provide
-two Installation CDs which are equally suitable to install Gentoo from, as long
-as you're planning on performing an Internet-based installation using the
-latest version of the available packages.
+partitions and start installing Gentoo from the Internet.
</p>
+<!--
<impo>
If you wish to install Gentoo without a working Internet connection, or would
like to use one of the provided installers, please use the installation
instructions described in the <uri link="2008.0/">Gentoo 2008.0
Handbooks</uri>.
</impo>
-
+-->
+<!--
<p>
The Installation CDs that we currently provide are:
</p>
@@ -152,7 +151,7 @@
To help you decide which Installation CD you need, we have written down the
major advantages and disadvantages of each Installation CD.
</p>
-
+-->
</body>
</subsection>
<subsection>
@@ -165,7 +164,7 @@
Installation CD to install Gentoo, but <e>only</e> with a working Internet
connection.
</p>
-
+<!--
<table>
<tr>
<th>Minimal Installation CD</th>
@@ -183,9 +182,10 @@
</ti>
</tr>
</table>
-
+-->
</body>
</subsection>
+<!--
<subsection>
<title>Gentoo Installer LiveCD</title>
<body>
@@ -217,6 +217,7 @@
</body>
</subsection>
+-->
<subsection>
<title>The Stage3 Tarball</title>
<body>
@@ -234,7 +235,7 @@
<p>
Stage3 tarballs can be downloaded from <path><keyval
-id="release-dir"/>stages/</path> on any of the <uri
+id="release-dir"/>current-stage3/</path> on any of the <uri
link="/main/en/mirrors.xml">Official Gentoo Mirrors</uri> and are not provided
on the LiveCD.
</p>
@@ -258,7 +259,7 @@
<p>
You can download any of the Installation CDs from one of our <uri
link="/main/en/mirrors.xml">mirrors</uri>. The Installation CDs are located in
-the <path><keyval id="release-dir"/>installcd/</path> directory.
+the <path><keyval id="release-dir"/>current-iso/</path> directory.
</p>
<p>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-10-04 18:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-04 18:37 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: handbook-amd64.xml handbook-x86.xml hb-install-stage.xml hb-install-system.xml hb-install-x86+amd64-kernel.xml hb-install-x86+amd64-medium.xml Joshua Saddler (nightmorph)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox