neysx       05/11/24 17:26:10

  Modified:    xml/htdocs/doc/en/handbook hb-install-amd64-bootloader.xml
                        hb-install-amd64-kernel.xml
                        hb-install-amd64-medium.xml
                        hb-install-ppc64-bootloader.xml
                        hb-install-ppc64-kernel.xml
                        hb-install-ppc64-medium.xml
                        hb-install-sparc-bootloader.xml
                        hb-install-sparc-kernel.xml
                        hb-install-sparc-medium.xml hb-install-stage.xml
                        hb-install-x86-bootloader.xml
                        hb-install-x86-kernel.xml hb-install-x86-medium.xml
  Log:
  Refreshed docs for 2005.1-r1 release (See #102128)

Revision  Changes    Path
1.37      +9 -9      xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.37&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.37&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml.diff?r1=1.36&r2=1.37&cvsroot=gentoo

Index: hb-install-amd64-bootloader.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- hb-install-amd64-bootloader.xml     21 Nov 2005 18:29:51 -0000      1.36
+++ hb-install-amd64-bootloader.xml     24 Nov 2005 17:26:10 -0000      1.37
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v
 1.36 2005/11/21 18:29:51 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v
 1.37 2005/11/24 17:26:10 neysx Exp $ -->
 
 <sections>
 
-<version>2.8</version>
-<date>2005-11-21</date>
+<version>2.9</version>
+<date>2005-11-24</date>
 
 <section>
 <title>Making your Choice</title>
@@ -201,7 +201,7 @@
 <p>
 Now we are going to write up a <path>grub.conf</path>. Below you'll
 find two possible <path>grub.conf</path> for the partitioning example we use 
-in this guide, with kernel image <path>kernel-2.6.12-gentoo-r6</path>. We've 
+in this guide, with kernel image <path>kernel-2.6.12-gentoo-r10</path>. We've 
 only extensively commented the first <path>grub.conf</path>. 
 </p>
 
@@ -233,7 +233,7 @@
 title=Gentoo Linux 2.6.12
 <comment># Partition where the kernel image (or operating system) is 
located</comment>
 root (hd0,0)
-kernel /boot/kernel-2.6.12-gentoo-r6 root=/dev/hda3
+kernel /boot/kernel-2.6.12-gentoo-r10 root=/dev/hda3
 
 <comment># The next four lines are only if you dualboot with a Windows 
system.</comment>
 <comment># In this case, Windows is hosted on /dev/hda6.</comment>
@@ -251,8 +251,8 @@
 
 title=Gentoo Linux 2.6.12
 root (hd0,0)
-kernel /boot/kernel-2.6.12-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 
real_root=/dev/hda3 udev
-initrd /boot/initramfs-genkernel-amd64-2.6.12-gentoo-r6
+kernel /boot/kernel-2.6.12-gentoo-r10 root=/dev/ram0 init=/linuxrc 
ramdisk=8192 real_root=/dev/hda3 udev
+initrd /boot/initramfs-genkernel-amd64-2.6.12-gentoo-r10
 
 <comment># Only in case you want to dual-boot</comment>
 title=Windows XP
@@ -364,7 +364,7 @@
 in the right commands to install the GRUB boot record onto your hard drive.
 </p>
 
-<pre caption =" Starting the GRUB shell">
+<pre caption=" Starting the GRUB shell">
 # <i>grub</i>
 </pre>
 
@@ -396,7 +396,7 @@
 Now go on, configure GRUB, shall we? :-)
 </p>
 
-<pre caption =" Installing GRUB in the MBR">
+<pre caption=" Installing GRUB in the MBR">
 grub&gt; <i>root (hd0,0)</i>          <comment>(Specify where your /boot 
partition resides)</comment>
 grub&gt; <i>setup (hd0)</i>           <comment>(Install GRUB in the 
MBR)</comment>
 grub&gt; <i>quit</i>                  <comment>(Exit the GRUB shell)</comment>



1.33      +5 -5      xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml?rev=1.33&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml?rev=1.33&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml.diff?r1=1.32&r2=1.33&cvsroot=gentoo

Index: hb-install-amd64-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- hb-install-amd64-kernel.xml 21 Nov 2005 15:37:12 -0000      1.32
+++ hb-install-amd64-kernel.xml 24 Nov 2005 17:26:10 -0000      1.33
@@ -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/hb-install-amd64-kernel.xml,v 
1.32 2005/11/21 15:37:12 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-kernel.xml,v 
1.33 2005/11/24 17:26:10 neysx Exp $ -->
 
 <sections>
 
-<version>2.9</version>
-<date>2005-11-21</date>
+<version>2.10</version>
+<date>2005-11-24</date>
 
 <section>
 <title>Timezone</title>
@@ -273,7 +273,7 @@
 </p>
 
 <pre caption="Installing the kernel">
-# <i>cp arch/x86_64/boot/bzImage /boot/kernel-2.6.12-gentoo-r6</i>
+# <i>cp arch/x86_64/boot/bzImage /boot/kernel-2.6.12-gentoo-r10</i>
 </pre>
 
 <p>
@@ -282,7 +282,7 @@
 </p>
 
 <pre caption="Backing up your kernel configuration">
-# <i>cp .config /boot/config-2.6.12-gentoo-r6</i>
+# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
 </pre>
 
 <p>



1.41      +14 -15    xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml?rev=1.41&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml?rev=1.41&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml.diff?r1=1.40&r2=1.41&cvsroot=gentoo

Index: hb-install-amd64-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- hb-install-amd64-medium.xml 21 Nov 2005 16:38:19 -0000      1.40
+++ hb-install-amd64-medium.xml 24 Nov 2005 17:26:10 -0000      1.41
@@ -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/hb-install-amd64-medium.xml,v 
1.40 2005/11/21 16:38:19 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-medium.xml,v 
1.41 2005/11/24 17:26:10 neysx Exp $ -->
 
 <sections>
 
-<version>2.10</version>
-<date>2005-11-11</date>
+<version>2.11</version>
+<date>2005-11-24</date>
 
 <section>
 <title>Hardware Requirements</title>
@@ -113,10 +113,10 @@
 <body>
 
 <p>
-The Minimal Installation CD is called 
-<c>install-amd64-minimal-2005.1.iso</c> and 
-takes up only 75 MB of diskspace. You can use this Installation CD to install 
-Gentoo, but always with a working Internet connection only.
+The Minimal Installation CD is called
+<c>install-amd64-minimal-2005.1-r1.iso</c> and takes up only 67 MB of
+diskspace. You can use this Installation CD to install Gentoo, but always with
+a working Internet connection only.
 </p>
 
 <table>
@@ -144,12 +144,11 @@
 <body>
 
 <p>
-The Universal Installation CD is called 
-<c>install-amd64-universal-2005.1.iso</c> and consumes the entire surface 
-of a 352 MB CD. You can use this Installation CD to install
-Gentoo, and you can even use it to install Gentoo without a working internet
-connection, just in case you want to bring Gentoo to another PC than the one 
you
-are currently installing Gentoo on :)
+The Universal Installation CD is called
+<c>install-amd64-universal-2005.1-r1.iso</c> and takes up 393 MB. You can use
+this Installation CD to install Gentoo, and you can even use it to install
+Gentoo without a working internet connection, just in case you want to bring
+Gentoo to another PC than the one you are currently installing Gentoo on :)
 </p>
 
 <table>
@@ -226,7 +225,7 @@
 <p>
 You can download any of the Installation CDs (and, if you want to, a Packages 
 CD as well) from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>. The
-Installation CDs are located in the 
<path>releases/amd64/2005.1/installcd</path>
+Installation CDs are located in the 
<path>releases/amd64/2005.1-r1/installcd</path>
 directory.
 </p>
 
@@ -238,7 +237,7 @@
 <p>
 In case you wonder if your downloaded file is corrupted or not, you can
 check its MD5 checksum and compare it with the MD5 checksum we provide (such as
-<path>install-amd64-minimal-2005.1.iso.md5</path>). You can check the MD5 
+<path>install-amd64-minimal-2005.1-r1.iso.md5</path>). You can check the MD5 
 checksum with the <c>md5sum</c> tool under Linux/Unix or <uri
 link="http://www.etree.org/md5com.html";>md5sum</uri> for Windows.
 </p>



1.19      +9 -9      xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.19&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.19&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml.diff?r1=1.18&r2=1.19&cvsroot=gentoo

Index: hb-install-ppc64-bootloader.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- hb-install-ppc64-bootloader.xml     29 Oct 2005 07:29:55 -0000      1.18
+++ hb-install-ppc64-bootloader.xml     24 Nov 2005 17:26:10 -0000      1.19
@@ -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/hb-install-ppc64-bootloader.xml,v
 1.18 2005/10/29 07:29:55 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v
 1.19 2005/11/24 17:26:10 neysx Exp $ -->
 
 <sections>
 
-<version>2.3</version>
-<date>2005-10-06</date>
+<version>2.4</version>
+<date>2005-11-24</date>
 
 <section>
 <title>Making your Choice</title>
@@ -167,9 +167,9 @@
 
 <comment>#################
 ## This section can be duplicated if you have more than one kernel or set of
-## boot options - replace 2.6.9 with your kernel-version
+## boot options - replace 2.6.12 with your kernel-version
 #################</comment>
-image=/boot/kernel-2.6.9
+image=/boot/kernel-2.6.12-gentoo-r10
   label=Linux
   root=/dev/hda3
   partition=3
@@ -230,14 +230,14 @@
   <li>That's it!</li>
 </ul>
 
-<pre caption = "yaboot.conf for IBM hardware">
+<pre caption="yaboot.conf for IBM hardware">
 device=disk:
 partition=2
 root=/dev/sda2
-default=2.6.8-gentoo-r3
+default=2.6.12-gentoo-r10
 timeout=50
 
-image=/boot/vmlinux-2.6.8-gentoo-r3
+image=/boot/kernel-2.6.12-gentoo-r10
       label=2.6.8-gentoo-r3
     append="console=ttyS0,9600"
     read-only
@@ -252,7 +252,7 @@
 <pre caption="yaboot.conf for PReP hardware">
 default = linux
 timeout = 100
-image=/boot/vmlinux
+image=/boot/kernel-2.6.12-gentoo-r10
         label=linux
         read-only
         root = /dev/sda2



1.21      +7 -8      xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.21&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml?rev=1.21&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo

Index: hb-install-ppc64-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- hb-install-ppc64-kernel.xml 21 Nov 2005 15:37:12 -0000      1.20
+++ hb-install-ppc64-kernel.xml 24 Nov 2005 17:26:10 -0000      1.21
@@ -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/hb-install-ppc64-kernel.xml,v 
1.20 2005/11/21 15:37:12 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-kernel.xml,v 
1.21 2005/11/24 17:26:10 neysx Exp $ -->
 
 <sections>
 
-<version>2.8</version>
-<date>2005-11-21</date>
+<version>2.9</version>
+<date>2005-11-24</date>
 
 <section>
 <title>Timezone</title>
@@ -63,8 +63,7 @@
 
 <pre caption="Viewing the kernel source symlink">
 # <i>ls -l /usr/src/linux</i>
-lrwxrwxrwx    1 root     root           12 Oct 13 11:04 /usr/src/linux
--&gt; linux-2.6.7-gentoo-r8
+lrwxrwxrwx   1 root   root      12 Oct 13 11:04 /usr/src/linux -&gt; 
linux-2.6.12-gentoo-r10
 </pre>
 
 <p>
@@ -75,7 +74,7 @@
 <pre caption="Changing the kernel source symlink">
 # <i>rm /usr/src/linux</i>
 # <i>cd /usr/src</i>
-# <i>ln -s linux-2.6.7-gentoo-r8 linux</i>
+# <i>ln -s linux-2.6.12-gentoo-r10 linux</i>
 </pre>
 
 <p>
@@ -241,7 +240,7 @@
 </p>
 
 <pre caption="Installing the kernel">
-(Apple/IBM)  # <i>cp vmlinux /boot/kernel-2.6.7-gentoo-r8</i>
+(Apple/IBM)  # <i>cp vmlinux /boot/kernel-2.6.12-gentoo-r10</i>
 </pre>
 
 <p>
@@ -250,7 +249,7 @@
 </p>
 
 <pre caption="Backing up your kernel configuration">
-# <i>cp .config /boot/config-2.6.7-gentoo-r8</i>
+# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
 </pre>
 
 <p>



1.27      +60 -12    xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml?rev=1.27&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml?rev=1.27&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml.diff?r1=1.26&r2=1.27&cvsroot=gentoo

Index: hb-install-ppc64-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- hb-install-ppc64-medium.xml 21 Nov 2005 16:38:19 -0000      1.26
+++ hb-install-ppc64-medium.xml 24 Nov 2005 17:26:10 -0000      1.27
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v 
1.26 2005/11/21 16:38:19 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v 
1.27 2005/11/24 17:26:10 neysx Exp $ -->
 
 <sections>
 
-<version>2.8</version>
-<date>2005-11-11</date>
+<version>2.9</version>
+<date>2005-11-24</date>
 
 <section>
 <title>Hardware Requirements</title>
@@ -92,9 +92,25 @@
 </p>
 
 <p>
-For the PowerPC64 architecture, we only supply a <e>Minimal</e> Installation 
CD,
-a small, no-nonsense, bootable CD which sole purpose is to boot the system, 
-prepare the networking and continue with the Gentoo installation.
+The two Installation CDs that we currently provide are:
+</p>
+
+<ul>
+  <li>
+    The Gentoo <e>Minimal</e> Installation CD, a small, no-nonsense, bootable
+    CD which sole purpose is to boot the system, prepare the networking and
+    continue with the Gentoo installation.
+  </li>
+  <li>
+    The Gentoo <e>Universal</e> Installation CD, a bootable CD with the same
+    abilities as the Minimal Installation CD. Additionally, it contains
+    several stage3 tarballs (optimized for the individual subarchitectures).
+  </li>
+</ul>
+
+<p>
+To help you decide which Installation CD you need, we have written down the
+major advantages and disadvantages of each Installation CD.
 </p>
 
 </body>
@@ -105,8 +121,7 @@
 
 <p>
 The Minimal Installation CD is called 
-<c>install-ppc64-g5-minimal-2005.1.iso</c> or
-<c>install-ppc64-ibm-minimal-2005.1.iso</c> and takes up only 350 MB of 
+<c>install-ppc64-minimal-2005.1-r1.iso</c> and takes up only 143 MB of 
 diskspace. You can use this Installation CD to install Gentoo, but always with 
a
 working Internet connection only.
 </p>
@@ -132,6 +147,39 @@
 </body>
 </subsection>
 <subsection>
+<title>Gentoo's Universal Installation CD</title>
+<body>
+
+<p>
+The Universal Installation CD is called
+<c>install-ppc64-universal-2005.1-r1.iso</c> and uses
+486 MB. You can use this Installation CD to install Gentoo, and you can
+even use it to install Gentoo without a working internet
+connection, just in case you want to bring Gentoo to another PC than the one 
you
+are currently installing Gentoo on :)
+</p>
+
+<table>
+<tr>
+  <th>Universal Installation CD</th>
+  <th>Pros and Cons</th>
+</tr>
+<tr>
+  <th>+</th>
+  <ti>
+    Contains everything you need. You can even install without a network
+    connection.
+  </ti>
+</tr>
+<tr>
+  <th>-</th>
+  <ti>Huge download</ti>
+</tr>
+</table>
+
+</body>
+</subsection>
+<subsection>
 <title>The Stage3 Tarball</title>
 <body>
 
@@ -163,10 +211,10 @@
 </p>
 
 <p>
-You can download any of the Installation CDs (and, if you want to, a Packages 
+You can download any of the Installation CDs (and, if you want to, a Packages
 CD as well) from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>. The
-Installation CDs are located in the 
<path>releases/ppc64/2005.1/installcd</path> 
-directory.
+Installation CDs are located in the
+<path>releases/ppc64/2005.1-r1/installcd</path> directory.
 </p>
 
 <p>
@@ -177,7 +225,7 @@
 <p>
 In case you wonder if your downloaded file is corrupted or not, you can
 check its MD5 checksum and compare it with the MD5 checksum we provide (such as
-<path>install-ppc64-g5-minimal-2005.1.iso.md5</path>). You can check the MD5 
+<path>install-ppc64-minimal-2005.1-r1.iso.md5</path>). You can check the MD5 
 checksum with the <c>md5sum</c> tool under Linux/Unix or <uri
 link="http://www.etree.org/md5com.html";>md5sum</uri> for Windows.
 </p>



1.15      +5 -5      xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml?rev=1.15&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml?rev=1.15&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml.diff?r1=1.14&r2=1.15&cvsroot=gentoo

Index: hb-install-sparc-bootloader.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hb-install-sparc-bootloader.xml     23 Aug 2005 20:49:05 -0000      1.14
+++ hb-install-sparc-bootloader.xml     24 Nov 2005 17:26:10 -0000      1.15
@@ -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/hb-install-sparc-bootloader.xml,v
 1.14 2005/08/23 20:49:05 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v
 1.15 2005/11/24 17:26:10 neysx Exp $ -->
 
 <sections>
 
-<version>2.1</version>
-<date>2005-08-23</date>
+<version>2.2</version>
+<date>2005-11-24</date>
 
 <section>
 <title>Making your Choice</title>
@@ -53,7 +53,7 @@
 <p>
 Below you'll find an example <path>silo.conf</path> file. It uses the
 partitioning scheme we use throughout this book and
-<path>kernel-2.4.29</path> as kernelimage.
+<path>kernel-2.4.31</path> as kernelimage.
 </p>
 
 <pre caption = "Example /etc/silo.conf">
@@ -61,7 +61,7 @@
 root = /dev/sda1      <comment># Root partition</comment>
 timeout = 150         <comment># Wait 15 seconds before booting the default 
section</comment>
 
-image = /boot/kernel-2.4.29
+image = /boot/kernel-2.4.31
   label = linux
 </pre>
 



1.21      +7 -7      xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.21&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml?rev=1.21&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo

Index: hb-install-sparc-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- hb-install-sparc-kernel.xml 21 Nov 2005 15:37:12 -0000      1.20
+++ hb-install-sparc-kernel.xml 24 Nov 2005 17:26:10 -0000      1.21
@@ -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/hb-install-sparc-kernel.xml,v 
1.20 2005/11/21 15:37:12 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-kernel.xml,v 
1.21 2005/11/24 17:26:10 neysx Exp $ -->
 
 <sections>
 
-<version>2.5</version>
-<date>2005-11-21</date>
+<version>2.6</version>
+<date>2005-11-24</date>
 
 <section>
 <title>Timezone</title>
@@ -73,7 +73,7 @@
 
 <pre caption="Viewing the kernel source symlink">
 # <i>ls -l /usr/src/linux</i>
-lrwxrwxrwx    1 root     root           12 Oct 13 11:04 /usr/src/linux -&gt; 
linux-2.4.29-sparc
+lrwxrwxrwx    1 root     root        12 Oct 13 11:04 /usr/src/linux -&gt; 
linux-2.4.31-sparc
 </pre>
 
 <p>
@@ -84,7 +84,7 @@
 <pre caption="Changing the kernel source symlink">
 # <i>rm /usr/src/linux</i>
 # <i>cd /usr/src</i>
-# <i>ln -s linux-2.4.29-sparc linux</i>
+# <i>ln -s linux-2.4.31-sparc linux</i>
 </pre>
 
 <p>
@@ -332,7 +332,7 @@
 # <i>cp vmlinux /boot/kernel-2.4.29</i>
 
 <comment>(For 2.4 kernel, sparc64)</comment>
-# <i>cp arch/sparc64/boot/image /boot/kernel-2.4.29</i>
+# <i>cp arch/sparc64/boot/image /boot/kernel-2.4.31</i>
 
 <comment>(For 2.6 kernel, sparc32)</comment>
 # <i>cp arch/sparc/boot/image /boot/kernel-2.6.11</i>
@@ -347,7 +347,7 @@
 </p>
 
 <pre caption="Backing up your kernel configuration">
-# <i>cp .config /boot/config-2.4.29</i>
+# <i>cp .config /boot/config-2.4.31</i>
 </pre>
 
 <p>



1.38      +12 -13    xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml?rev=1.38&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml?rev=1.38&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml.diff?r1=1.37&r2=1.38&cvsroot=gentoo

Index: hb-install-sparc-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- hb-install-sparc-medium.xml 21 Nov 2005 16:38:19 -0000      1.37
+++ hb-install-sparc-medium.xml 24 Nov 2005 17:26:10 -0000      1.38
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v 
1.37 2005/11/21 16:38:19 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v 
1.38 2005/11/24 17:26:10 neysx Exp $ -->
 
 <sections>
 
-<version>2.6</version>
-<date>2005-11-11</date>
+<version>2.7</version>
+<date>2005-11-24</date>
 
 <section>
 <title>Hardware Requirements</title>
@@ -126,8 +126,8 @@
 <body>
 
 <p>
-The Minimal Installation CD is called 
<c>install-sparc64-minimal-2005.1.iso</c> 
-and takes up only 130 MB of diskspace. You can use this Installation CD to 
+The Minimal Installation CD is called 
<c>install-sparc64-minimal-2005.1-r1.iso</c> 
+and takes up only 32 MB of diskspace. You can use this Installation CD to 
 install Gentoo, but always with a working Internet connection only.
 </p>
 
@@ -156,12 +156,11 @@
 <body>
 
 <p>
-The Universal Installation CD is called 
-<c>install-sparc-universal-2005.1.iso</c> and consumes the entire surface of a 
-650 MB CD. You can use this Installation CD to install
-Gentoo, and you can even use it to install Gentoo without a working internet
-connection, just in case you want to bring Gentoo to another PC than the one 
you
-are currently installing Gentoo on :)
+The Universal Installation CD is called
+<c>install-sparc-universal-2005.1.iso</c> and use 525 MB. You can use this
+Installation CD to install Gentoo, and you can even use it to install Gentoo
+without a working internet connection, just in case you want to bring Gentoo to
+another PC than the one you are currently installing Gentoo on :)
 </p>
 
 <table>
@@ -239,7 +238,7 @@
 You can download any of the Installation CDs (and, if you want to, a Packages 
 CD as well) from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>. The
 Installation CDs are located in the 
-<path>releases/sparc/2005.1/sparc64/installcd</path> directory.
+<path>releases/sparc/2005.1-r1/sparc64/installcd</path> directory.
 </p>
 
 <p>
@@ -250,7 +249,7 @@
 <p>
 In case you wonder if your downloaded file is corrupted or not, you can check 
its
 MD5 checksum and compare it with the MD5 checksum we provide (such as
-<path>install-sparc64-minimal-2005.1.iso.md5</path>). You can check the MD5 
+<path>install-sparc64-minimal-2005.1-r1.iso.md5</path>). You can check the MD5 
 checksum with the <c>md5sum</c> tool under Linux/Unix or <uri
 link="http://www.etree.org/md5com.html";>md5sum</uri> for Windows.
 </p>



1.91      +33 -52    xml/htdocs/doc/en/handbook/hb-install-stage.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.91&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.91&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-stage.xml.diff?r1=1.90&r2=1.91&cvsroot=gentoo

Index: hb-install-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- hb-install-stage.xml        11 Nov 2005 17:27:15 -0000      1.90
+++ hb-install-stage.xml        24 Nov 2005 17:26:10 -0000      1.91
@@ -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/hb-install-stage.xml,v 1.90 
2005/11/11 17:27:15 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.91 
2005/11/24 17:26:10 neysx Exp $ -->
 
 <sections>
 
-<version>2.6</version>
-<date>2005-11-11</date>
+<version>2.7</version>
+<date>2005-11-24</date>
 
 <section>
 <title>Installing a Stage Tarball</title>
@@ -107,13 +107,13 @@
 </p>
 
 <p>
-Pick the <path>releases/</path> directory, followed by your architecture (for 
-instance <path>x86/</path>) and the Gentoo version (<path>2005.1/</path>) 
-to finish up with the <path>stages/</path> directory. There you should see all 
-available stage files for your architecture (they might be stored within
-subdirectories named to the individual sub architectures). Select one and 
-press <c>D</c> to download. When you're finished, press <c>Q</c> to quit the 
-browser.
+Pick the <path>releases/</path> directory, followed by your architecture (for
+instance <path>x86/</path>) and the Gentoo version (<path>2005.1/</path> or
+<path>2005.1-r1/</path> if available) to finish up with the
+<path>stages/</path> directory. There you should see all available stage files
+for your architecture (they might be stored within subdirectories named to the
+individual sub architectures). Select one and press <c>D</c> to download. When
+you're finished, press <c>Q</c> to quit the browser.
 </p>
 
 <pre caption="Surfing to the mirror listing with links2">
@@ -124,8 +124,8 @@
 </pre>
 
 <p>
-Make sure you download a stage3 tarball - installations using a stage1 or 
stage2
-tarball are not supported anymore.
+Make sure you download a <b>stage3</b> tarball - installations using a stage1
+or stage2 tarball are not supported anymore.
 </p>
 
 <p>
@@ -135,8 +135,8 @@
 </p>
 
 <pre caption="Example checking integrity of a stage tarball">
-# <i>md5sum -c stage3-x86-2005.1.tar.bz2.md5</i>
-stage3-x86-2005.1.tar.bz2: OK
+# <i>md5sum -c stage3-x86-2005.1-r1.tar.bz2.md5</i>
+stage3-x86-2005.1-r1.tar.bz2: OK
 </pre>
 
 </body>
@@ -146,36 +146,26 @@
 <body>
 
 <p>
-Now unpack your downloaded stage onto your system. We use GNU's <c>tar</c> to
-proceed as it is the easiest method:
+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>
+# <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 (okay, yes, this 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>
-
-<!-- 2005.1: stage3 for athlon xp, pentium3 and pentium4 are b0rked -->
-<warn>
-The <path>stage3-athlon-xp-2005.1.tar.bz2</path>,
-<path>stage3-pentium3-2005.1.tar.bz2</path> and
-<path>stage3-pentium4-2005.1.tar.bz2</path> files have a serious permission
-error. After extracting any of these, run <c>chmod 0755 /mnt/gentoo</c> to fix
-the error <e>before</e> continuing with the installation.
-</warn>
+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 (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>
 
 <note>
 Some architectures (e.g. MIPS) Installation CDs and boot images rely upon the
-<c>tar</c> built into BusyBox which doesn't currently support the <c>-v</c>
-option.  Therefore it may not work.
+<c>tar</c> built into BusyBox which doesn't currently support the <c>v</c>
+option. Use the <c>xjpf</c> options instead.
 </note>
 
 <p>
@@ -221,27 +211,18 @@
 </pre>
 
 <p>
-We will now extract the stage tarball of your choice. We will do this with the
-GNU <c>tar</c> tool. Make sure you use the same options (<c>-xvjpf</c>)! Again,
-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-&lt;subarch&gt;-2005.1.tar.bz2</path>.
-Be sure to substitute the tarball filename with your stage.
+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-&lt;subarch&gt;-2005.1-r1.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-&lt;subarch&gt;-2005.1.tar.bz2</i>
+# <i>tar xvjpf /mnt/cdrom/stages/stage3-&lt;subarch&gt;-2005.1-r1.tar.bz2</i>
 </pre>
 
-<!-- 2005.1: stage3 for athlon xp, pentium3 and pentium4 are b0rked -->
-<warn>
-The <path>stage3-athlon-xp-2005.1.tar.bz2</path>,
-<path>stage3-pentium3-2005.1.tar.bz2</path> and
-<path>stage3-pentium4-2005.1.tar.bz2</path> files have a serious permission
-error. After extracting any of these, run <c>chmod 0755 /mnt/gentoo</c> to fix
-the error <e>before</e> continuing with the installation.
-</warn>
-
 <p>
 Now that the stage is installed, continue with <uri
 link="#installing_portage">Installing Portage</uri>.
@@ -296,7 +277,7 @@
 
 <pre caption="Extracting the Portage snapshot">
 <comment>(Substitute &lt;date&gt; with the datestamp of the downloaded 
snapshot)</comment>
-# <i>tar -xvjf /mnt/gentoo/portage-&lt;date&gt;.tar.bz2 -C /mnt/gentoo/usr</i>
+# <i>tar xvjf /mnt/gentoo/portage-&lt;date&gt;.tar.bz2 -C /mnt/gentoo/usr</i>
 </pre>
 
 </body>



1.39      +14 -14    xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.39&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.39&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml.diff?r1=1.38&r2=1.39&cvsroot=gentoo

Index: hb-install-x86-bootloader.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- hb-install-x86-bootloader.xml       21 Nov 2005 18:29:51 -0000      1.38
+++ hb-install-x86-bootloader.xml       24 Nov 2005 17:26:10 -0000      1.39
@@ -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/hb-install-x86-bootloader.xml,v 
1.38 2005/11/21 18:29:51 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v 
1.39 2005/11/24 17:26:10 neysx Exp $ -->
 
 <sections>
 
-<version>2.7</version>
-<date>2005-11-21</date>
+<version>2.8</version>
+<date>2005-11-24</date>
 
 <section>
 <title>Making your Choice</title>
@@ -250,10 +250,10 @@
 # Comment out if you don't have a graphics card installed</comment>
 splashimage=(hd0,0)/boot/grub/splash.xpm.gz
 
-title=Gentoo Linux 2.6.11-r3
+title=Gentoo Linux 2.6.12-r10
 <comment># Partition where the kernel image (or operating system) is 
located</comment>
 root (hd0,0)
-kernel /boot/kernel-2.6.11-gentoo-r3 root=/dev/hda3
+kernel /boot/kernel-2.6.12-gentoo-r10 root=/dev/hda3
 
 <comment># The next four lines are only if you dualboot with a Windows 
system.</comment>
 <comment># In this case, Windows is hosted on /dev/hda6.</comment>
@@ -268,10 +268,10 @@
 timeout 30
 splashimage=(hd0,0)/boot/grub/splash.xpm.gz
 
-title=Gentoo Linux 2.6.11-r3
+title=Gentoo Linux 2.6.12-r10
 root (hd0,0)
-kernel /boot/kernel-genkernel-x86-2.6.11-gentoo-r3 root=/dev/ram0 
init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
-initrd /boot/initramfs-genkernel-x86-2.6.11-gentoo-r3
+kernel /boot/kernel-genkernel-x86-2.6.12-gentoo-r10 root=/dev/ram0 
init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
+initrd /boot/initramfs-genkernel-x86-2.6.12-gentoo-r10
 
 <comment># Only in case you want to dual-boot</comment>
 title=Windows XP
@@ -390,7 +390,7 @@
 in the right commands to install the GRUB boot record onto your hard drive.
 </p>
 
-<pre caption=" Starting the GRUB shell">
+<pre caption="Starting the GRUB shell">
 # <i>grub</i>
 </pre>
 
@@ -422,7 +422,7 @@
 Now go on, configure GRUB, shall we? :-)
 </p>
 
-<pre caption=" Installing GRUB in the MBR">
+<pre caption="Installing GRUB in the MBR">
 grub&gt; <i>root (hd0,0)</i>          <comment>(Specify where your /boot 
partition resides)</comment>
 grub&gt; <i>setup (hd0)</i>           <comment>(Install GRUB in the 
MBR)</comment>
 grub&gt; <i>quit</i>                  <comment>(Exit the GRUB shell)</comment>
@@ -528,18 +528,18 @@
 default=gentoo            <comment># When the timeout has passed, boot the 
"gentoo" section</comment>
 
 <comment># For non-genkernel users</comment>
-image=/boot/kernel-2.6.11-gentoo-r3
+image=/boot/kernel-2.6.12-gentoo-r10
   label=gentoo            <comment># Name we give to this section</comment>
   read-only               <comment># Start with a read-only root. Do not 
alter!</comment>
   root=/dev/hda3          <comment># Location of the root filesystem</comment>
 
 <comment># For genkernel users</comment>
-image=/boot/kernel-genkernel-x86-2.6.11-gentoo-r3
+image=/boot/kernel-genkernel-x86-2.6.12-gentoo-r10
   label=gentoo
   read-only
   root=/dev/ram0
   append="init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev"
-  initrd=/boot/initramfs-genkernel-2.6.11-gentoo-r3
+  initrd=/boot/initramfs-genkernel-2.6.12-gentoo-r10
 
 <comment># The next two lines are only if you dualboot with a Windows 
system.</comment>
 <comment># In this case, Windows is hosted on /dev/hda6.</comment>
@@ -565,7 +565,7 @@
 </p>
 
 <pre caption = "Using append to add kernel options">
-image=/boot/kernel-2.6.11-gentoo-r3
+image=/boot/kernel-2.6.12-gentoo-r10
   label=gentoo
   read-only
   root=/dev/hda3



1.57      +10 -10    xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml?rev=1.57&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml?rev=1.57&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml.diff?r1=1.56&r2=1.57&cvsroot=gentoo

Index: hb-install-x86-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- hb-install-x86-kernel.xml   21 Nov 2005 15:37:12 -0000      1.56
+++ hb-install-x86-kernel.xml   24 Nov 2005 17:26:10 -0000      1.57
@@ -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/hb-install-x86-kernel.xml,v 1.56 
2005/11/21 15:37:12 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-kernel.xml,v 1.57 
2005/11/24 17:26:10 neysx Exp $ -->
 
 <sections>
 
-<version>3.7</version>
-<date>2005-11-21</date>
+<version>3.8</version>
+<date>2005-11-24</date>
 
 <section>
 <title>Timezone</title>
@@ -65,24 +65,24 @@
 <p>
 When you take a look in <path>/usr/src</path> you should see a symlink called
 <path>linux</path> pointing to your kernel source. We will assume the kernel
-source installed is <c>gentoo-sources-2.6.11-r3</c>:
+source installed is <c>gentoo-sources-2.6.12-r10</c>:
 </p>
 
 <pre caption="Viewing the kernel source symlink">
 # <i>ls -l /usr/src/linux</i>
-lrwxrwxrwx    1 root     root           12 Oct 13 11:04 /usr/src/linux -&gt; 
linux-2.6.11-gentoo-r3
+lrwxrwxrwx    1 root     root      12 Oct 13 11:04 /usr/src/linux -&gt; 
linux-2.6.12-gentoo-r10
 </pre>
 
 <p>
 If the symlink doesn't point to the kernel source of your choice (note that
-<c>linux-2.6.11-gentoo-r3</c> is merely an example) you should change it to the
+<c>linux-2.6.12-gentoo-r10</c> is merely an example) you should change it to 
the
 right kernel:
 </p>
 
 <pre caption="Changing the kernel source symlink">
 # <i>rm /usr/src/linux</i>
 # <i>cd /usr/src</i>
-# <i>ln -s linux-2.6.11-gentoo-r3 linux</i>
+# <i>ln -s linux-2.6.12-gentoo-r10 linux</i>
 </pre>
 
 <p>
@@ -342,13 +342,13 @@
 <p>
 When the kernel has finished compiling, copy the kernel image to
 <path>/boot</path>. From here onwards we assume that the kernel you are
-installing is the 2.6.11-r3 version of the <c>gentoo-sources</c>. Use whatever 
+installing is the 2.6.12-r10 version of the <c>gentoo-sources</c>. Use 
whatever 
 name you feel is appropriate for your choice and remember it as you will need 
it
 later on when you configure your bootloader.
 </p>
 
 <pre caption="Installing the kernel">
-# <i>cp arch/i386/boot/bzImage /boot/kernel-2.6.11-gentoo-r3</i>
+# <i>cp arch/i386/boot/bzImage /boot/kernel-2.6.12-gentoo-r10</i>
 </pre>
 
 <p>
@@ -357,7 +357,7 @@
 </p>
 
 <pre caption="Backing up your kernel configuration">
-# <i>cp .config /boot/config-2.6.11-gentoo-r3</i>
+# <i>cp .config /boot/config-2.6.12-gentoo-r10</i>
 </pre>
 
 <p>



1.43      +15 -16    xml/htdocs/doc/en/handbook/hb-install-x86-medium.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-medium.xml?rev=1.43&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-medium.xml?rev=1.43&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-medium.xml.diff?r1=1.42&r2=1.43&cvsroot=gentoo

Index: hb-install-x86-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-medium.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- hb-install-x86-medium.xml   21 Nov 2005 16:38:19 -0000      1.42
+++ hb-install-x86-medium.xml   24 Nov 2005 17:26:10 -0000      1.43
@@ -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/hb-install-x86-medium.xml,v 1.42 
2005/11/21 16:38:19 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-medium.xml,v 1.43 
2005/11/24 17:26:10 neysx Exp $ -->
 
 <sections>
 
-<version>2.6</version>
-<date>2005-11-11</date>
+<version>2.7</version>
+<date>2005-11-24</date>
 
 <section>
 <title>Hardware Requirements</title>
@@ -108,8 +108,8 @@
 <body>
 
 <p>
-The Minimal Installation CD is called <c>install-x86-minimal-2005.1.iso</c> 
-and takes up only 52 MB of diskspace. You can use this Installation CD to 
+The Minimal Installation CD is called <c>install-x86-minimal-2005.1-r1.iso</c> 
+and takes up only 58 MB of diskspace. You can use this Installation CD to 
 install Gentoo, but always with a working Internet connection only.
 </p>
 
@@ -138,12 +138,11 @@
 <body>
 
 <p>
-The Universal Installation CD is called 
-<c>install-x86-universal-2005.1.iso</c> and consumes the entire surface of 
-a 650 MB CD. You can use this Installation CD to install Gentoo, and you can 
-even use it to install Gentoo without a working internet
-connection, just in case you want to bring Gentoo to another PC than the one 
you
-are currently installing Gentoo on :)
+The Universal Installation CD is called
+<c>install-x86-universal-2005.1-r1.iso</c> and takes up 398 MB. You can use
+this Installation CD to install Gentoo, and you can even use it to install
+Gentoo without a working internet connection, just in case you want to bring
+Gentoo to another PC than the one you are currently installing Gentoo on :)
 </p>
 
 <table>
@@ -220,7 +219,7 @@
 <p>
 You can download any of the Installation CDs (and, if you want to, a Packages
 CD as well) from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>. The
-Installation CDs are located in the <path>releases/x86/2005.1/installcd</path> 
+Installation CDs are located in the 
<path>releases/x86/2005.1-r1/installcd</path> 
 directory.
 </p>
 
@@ -230,10 +229,10 @@
 </p>
 
 <p>
-In case you wonder if your downloaded file is corrupted or not, you can
-check its MD5 checksum and compare it with the MD5 checksum we provide (such as
-<path>install-x86-minimal-2005.1.iso.md5</path>). You can check the MD5 
checksum
-with the <c>md5sum</c> tool under Linux/Unix or <uri
+In case you wonder if your downloaded file is corrupted or not, you can check
+its MD5 checksum and compare it with the MD5 checksum we provide (such as
+<path>install-x86-minimal-2005.1-r1.iso.md5</path>). You can check the MD5
+checksum with the <c>md5sum</c> tool under Linux/Unix or <uri
 link="http://www.etree.org/md5com.html";>md5sum</uri> for Windows.
 </p>
 



-- 
[email protected] mailing list

Reply via email to