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.50) id 1EfKrg-0002QL-Ii for garchives@archives.gentoo.org; Thu, 24 Nov 2005 17:26:33 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jAOHQMcV019991; Thu, 24 Nov 2005 17:26:22 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jAOHQKJo004300 for <gentoo-doc-cvs@lists.gentoo.org>; Thu, 24 Nov 2005 17:26:21 GMT Message-Id: <200511241726.jAOHQKJo004300@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 1EfKrU-0005cT-8u for gentoo-doc-cvs@lists.gentoo.org; Thu, 24 Nov 2005 17:26:20 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Thu, 24 Nov 2005 17:26:11 +0000 From: "Xavier Neys" <neysx@lark.gentoo.org> Date: Thu, 24 Nov 2005 17:26:11 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml Precedence: bulk List-Post: <mailto:gentoo-doc-cvs@lists.gentoo.org> List-Help: <mailto:gentoo-doc-cvs+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-doc-cvs+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-doc-cvs+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-doc-cvs.gentoo.org> X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 0a78bcf2-9d3a-44c4-84ad-5146b8e150b2 X-Archives-Hash: 9492142c4fabc97904fb3b02844c1709 neysx 05/11/24 17:26:11 Modified: xml/htdocs/doc/en/handbook/2005.1 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.8 +10 -10 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml?rev=1.8&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml.diff?r1=1.7&r2=1.8&cvsroot=gentoo Index: hb-install-amd64-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- hb-install-amd64-bootloader.xml 21 Nov 2005 18:29:52 -0000 1.7 +++ hb-install-amd64-bootloader.xml 24 Nov 2005 17:26:11 -0000 1.8 @@ -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/2005.1/hb-install-amd64-bootloader.xml,v 1.7 2005/11/21 18:29:52 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-bootloader.xml,v 1.8 2005/11/24 17:26:11 neysx Exp $ --> <sections> -<version>5.4</version> -<date>2005-11-21</date> +<version>5.5</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> @@ -248,10 +248,10 @@ timeout 30 splashimage=(hd0,0)/boot/grub/splash.xpm.gz -title=Gentoo Linux 2.6.12-gentoo-r6 +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 @@ -357,7 +357,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> @@ -389,7 +389,7 @@ Now go on, configure GRUB, shall we? :-) </p> -<pre caption =" Installing GRUB in the MBR"> +<pre caption=" Installing GRUB in the MBR"> grub> <i>root (hd0,0)</i> <comment>(Specify where your /boot partition resides)</comment> grub> <i>setup (hd0)</i> <comment>(Install GRUB in the MBR)</comment> grub> <i>quit</i> <comment>(Exit the GRUB shell)</comment> 1.6 +7 -7 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo Index: hb-install-amd64-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hb-install-amd64-kernel.xml 21 Nov 2005 15:37:13 -0000 1.5 +++ hb-install-amd64-kernel.xml 24 Nov 2005 17:26:11 -0000 1.6 @@ -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/2005.1/hb-install-amd64-kernel.xml,v 1.5 2005/11/21 15:37:13 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-kernel.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ --> <sections> -<version>5.3</version> -<date>2005-11-21</date> +<version>5.4</version> +<date>2005-11-24</date> <section> <title>Timezone</title> @@ -68,7 +68,7 @@ <pre caption="Viewing the kernel source symlink"> # <i>ls -l /usr/src/linux</i> -lrwxrwxrwx 1 root root 12 Jul 28 11:04 /usr/src/linux -> linux-2.6.12-gentoo-r6 +lrwxrwxrwx 1 root root 12 Jul 28 11:04 /usr/src/linux -> linux-2.6.12-gentoo-r10 </pre> <p> @@ -79,7 +79,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.12-gentoo-r6 linux</i> +# <i>ln -s linux-2.6.12-gentoo-r10 linux</i> </pre> <p> @@ -265,7 +265,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> @@ -274,7 +274,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.5 +7 -7 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo Index: hb-install-amd64-medium.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- hb-install-amd64-medium.xml 21 Nov 2005 16:38:20 -0000 1.4 +++ hb-install-amd64-medium.xml 24 Nov 2005 17:26:11 -0000 1.5 @@ -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/2005.1/hb-install-amd64-medium.xml,v 1.4 2005/11/21 16:38:20 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml,v 1.5 2005/11/24 17:26:11 neysx Exp $ --> <sections> -<version>5.1</version> -<date>2005-11-11</date> +<version>5.2</version> +<date>2005-11-24</date> <section> <title>Hardware Requirements</title> @@ -134,7 +134,7 @@ You can download the Universal Installation CD (and, if you want to, the Packages CD as well) from one of our <uri link="/main/en/mirrors.xml">mirrors</uri>. The Installation CD is located in -the <path>releases/amd64/2005.1/installcd</path> directory; +the <path>releases/amd64/2005.1-r1/installcd</path> directory; the Package CD is located in the <path>releases/amd64/2005.1/packagecd</path> directory. </p> @@ -214,7 +214,7 @@ </p> <p> -Now place the installation CD in the CD-ROM drive (duh) and reboot. You +Now place the installation CD in the CD-ROM drive and reboot. You should see a boot prompt. At this screen, you can hit Enter to begin the boot process with the default boot options, or boot the Installation CD with custom boot options by specifying @@ -288,8 +288,8 @@ immediately press Alt-F1 to switch to verbose mode and follow the prompt. If no selection is made in 10 seconds, the default (US keyboard) will be accepted and the boot process will continue. Once the boot process completes, you will be -automatically logged in to the "Live" Gentoo Linux as -"root", the super user. You should have a root ("#") prompt +automatically logged in to the "Live" Gentoo Linux as +"root", the super user. You should have a root ("#") prompt on the current console and can also switch to other consoles by pressing Alt-F2, Alt-F3 and Alt-F4. Get back to the one you started on by pressing Alt-F1. </p> 1.3 +16 -16 xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo Index: hb-install-ppc64-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hb-install-ppc64-bootloader.xml 29 Oct 2005 07:29:55 -0000 1.2 +++ hb-install-ppc64-bootloader.xml 24 Nov 2005 17:26:11 -0000 1.3 @@ -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/2005.1/hb-install-ppc64-bootloader.xml,v 1.2 2005/10/29 07:29:55 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-bootloader.xml,v 1.3 2005/11/24 17:26:11 neysx Exp $ --> <sections> -<version>5.0</version> -<date>2005-08-08</date> +<version>5.1</version> +<date>2005-11-24</date> <section> <title>Making your Choice</title> @@ -25,7 +25,7 @@ </p> <p> -On Linux/PPC64 we have only yaBoot as a bootloader untill grub2 is +On Linux/PPC64 we have only yaBoot as a bootloader until grub2 is finished. </p> @@ -180,9 +180,9 @@ <comment>################# ## This section can be duplicated if you have more than one kernel or set of -## boot options - replace 2.6.12-gentoo-r4 with your kernel-version +## boot options - replace 2.6.12-gentoo-r10 with your kernel-version #################</comment> -image=/boot/kernel-2.6.12-gentoo-r4 +image=/boot/kernel-2.6.12-gentoo-r10 label=Linux root=/dev/hda3 partition=3 @@ -247,13 +247,13 @@ device=disk: partition=2 root=/dev/sda2 -default=2.6.12-gentoo-r4 +default=2.6.12-gentoo-r10 timeout=50 -image=/boot/kernel-2.6.12-gentoo-r4 - label=2.6.12-gentoo-r4 - append="console=ttyS0,9600" - read-only +image=/boot/kernel-2.6.12-gentoo-r10 + label=2.6.12-gentoo-r10 + append="console=ttyS0,9600" + read-only </pre> <p> @@ -265,11 +265,11 @@ <pre caption="yaboot.conf for PReP hardware"> default = linux timeout = 100 -image=/boot/kernel-2.6.12-gentoo-r4 - label=linux - read-only - root = /dev/sda2 - append="root=/dev/sda2" +image=/boot/kernel-2.6.12-gentoo-r10 + label=linux + read-only + root = /dev/sda2 + append="root=/dev/sda2" </pre> <p> 1.5 +7 -8 xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo Index: hb-install-ppc64-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- hb-install-ppc64-kernel.xml 21 Nov 2005 15:37:13 -0000 1.4 +++ hb-install-ppc64-kernel.xml 24 Nov 2005 17:26:11 -0000 1.5 @@ -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/2005.1/hb-install-ppc64-kernel.xml,v 1.4 2005/11/21 15:37:13 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-kernel.xml,v 1.5 2005/11/24 17:26:11 neysx Exp $ --> <sections> -<version>5.3</version> -<date>2005-11-21</date> +<version>5.4</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 --> linux-2.6.12-gentoo-r4 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -> 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.12-gentoo-r4 linux</i> +# <i>ln -s linux-2.6.12-gentoo-r10 linux</i> </pre> <p> @@ -250,7 +249,7 @@ </p> <pre caption="Installing the kernel"> -# <i>cp vmlinux /boot/kernel-2.6.12-gentoo-r4</i> +# <i>cp vmlinux /boot/kernel-2.6.12-gentoo-r10</i> </pre> <p> @@ -259,7 +258,7 @@ </p> <pre caption="Backing up your kernel configuration"> -# <i>cp .config /boot/config-2.6.12</i> +# <i>cp .config /boot/config-2.6.12-gentoo-r10</i> </pre> <p> 1.6 +4 -4 xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo Index: hb-install-ppc64-medium.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hb-install-ppc64-medium.xml 21 Nov 2005 16:38:20 -0000 1.5 +++ hb-install-ppc64-medium.xml 24 Nov 2005 17:26:11 -0000 1.6 @@ -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/2005.1/hb-install-ppc64-medium.xml,v 1.5 2005/11/21 16:38:20 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ --> <sections> -<version>5.3</version> -<date>2005-11-11</date> +<version>5.4</version> +<date>2005-11-24</date> <section> <title>Hardware Requirements</title> @@ -139,7 +139,7 @@ You can download the Universal Installation CD (and, if you want to, the 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; +in the <path>releases/ppc64/2005.1-r1/installcd</path> directory; the Package CDs are located in the <path>releases/ppc64/2005.1/packagecd</path> directory. </p> 1.4 +5 -5 xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo Index: hb-install-sparc-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- hb-install-sparc-bootloader.xml 23 Aug 2005 20:49:05 -0000 1.3 +++ hb-install-sparc-bootloader.xml 24 Nov 2005 17:26:11 -0000 1.4 @@ -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/2005.1/hb-install-sparc-bootloader.xml,v 1.3 2005/08/23 20:49:05 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml,v 1.4 2005/11/24 17:26:11 neysx Exp $ --> <sections> -<version>5.1</version> -<date>2005-08-23</date> +<version>5.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.6 +8 -8 xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo Index: hb-install-sparc-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hb-install-sparc-kernel.xml 21 Nov 2005 15:37:13 -0000 1.5 +++ hb-install-sparc-kernel.xml 24 Nov 2005 17:26:11 -0000 1.6 @@ -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/2005.1/hb-install-sparc-kernel.xml,v 1.5 2005/11/21 15:37:13 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-kernel.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ --> <sections> -<version>5.3</version> -<date>2005-11-21</date> +<version>5.4</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 -> linux-2.4.29-sparc +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -> 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> @@ -294,10 +294,10 @@ <pre caption="Installing the kernel"> <comment>(sparc32)</comment> -# <i>cp vmlinux /boot/kernel-2.4.29</i> +# <i>cp vmlinux /boot/kernel-2.4.31</i> <comment>(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> </pre> <p> @@ -306,7 +306,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.6 +4 -4 xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo Index: hb-install-sparc-medium.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hb-install-sparc-medium.xml 21 Nov 2005 16:38:20 -0000 1.5 +++ hb-install-sparc-medium.xml 24 Nov 2005 17:26:11 -0000 1.6 @@ -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/2005.1/hb-install-sparc-medium.xml,v 1.5 2005/11/21 16:38:20 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ --> <sections> -<version>5.2</version> -<date>2005-11-11</date> +<version>5.3</version> +<date>2005-11-24</date> <section> <title>Hardware Requirements</title> @@ -147,7 +147,7 @@ You can download the Universal Installation CD (and, if you want to, the 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> +the <path>releases/sparc/2005.1-r1/sparc64/installcd</path> directory; the Package CDs are located in the <path>releases/sparc/2005.1/sparc64/packagecd</path> directory. </p> 1.9 +21 -50 xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml?rev=1.9&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml?rev=1.9&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml.diff?r1=1.8&r2=1.9&cvsroot=gentoo Index: hb-install-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- hb-install-stage.xml 11 Nov 2005 17:27:16 -0000 1.8 +++ hb-install-stage.xml 24 Nov 2005 17:26:11 -0000 1.9 @@ -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/2005.1/hb-install-stage.xml,v 1.8 2005/11/11 17:27:16 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml,v 1.9 2005/11/24 17:26:11 neysx Exp $ --> <sections> -<version>5.6</version> -<date>2005-11-11</date> +<version>5.7</version> +<date>2005-11-24</date> <section> <title>Installing a Stage Tarball</title> @@ -94,29 +94,20 @@ <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>)! The +<c>tar</c> tool. Make sure 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. In +the <c>f</c> to denote that we want to extract a file, not standard input. In the next example, we extract the stage tarball -<path>stage3-<subarch>-2005.1.tar.bz2</path>. Be sure to substitute the -tarball filename with your stage. +<path>stage3-<subarch>-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-<subarch>-2005.1.tar.bz2</i> +# <i>tar xvjpf /mnt/cdrom/stages/stage3-<subarch>-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>. @@ -163,13 +154,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"> @@ -191,8 +182,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> @@ -202,31 +193,22 @@ <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 +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> -<!-- 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>. @@ -257,15 +239,7 @@ to see what snapshot is available: </p> -<warn> -The Portage snapshot on the <b>x86</b> universal CD is named -<path>/mnt/cdrom/snapshot/portage-2005.1.tar.bz2</path>. -</warn> - <pre caption="Checking the /mnt/cdrom/snapshots content"> -<comment>(x86 only)</comment> -# <i>ls /mnt/cdrom/snapshot</i> -<comment>(All other architectures)</comment> # <i>ls /mnt/cdrom/snapshots</i> </pre> @@ -278,9 +252,6 @@ </p> <pre caption="Extracting a Portage snapshot"> -<comment>(x86 only)</comment> -# <i>tar -xvjf /mnt/cdrom/snapshot/portage-2005.1.tar.bz2 -C /mnt/gentoo/usr</i> -<comment>(All other architectures)</comment> # <i>tar -xvjf /mnt/cdrom/snapshots/portage-<date>.tar.bz2 -C /mnt/gentoo/usr</i> </pre> 1.6 +14 -14 xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo Index: hb-install-x86-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hb-install-x86-bootloader.xml 21 Nov 2005 18:29:52 -0000 1.5 +++ hb-install-x86-bootloader.xml 24 Nov 2005 17:26:11 -0000 1.6 @@ -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/2005.1/hb-install-x86-bootloader.xml,v 1.5 2005/11/21 18:29:52 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-bootloader.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ --> <sections> -<version>5.1</version> -<date>2005-11-21</date> +<version>5.2</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-r11 +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-r11 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-r11 +title=Gentoo Linux 2.6.12-r10 root (hd0,0) -kernel /boot/kernel-genkernel-x86-2.6.11-gentoo-r11 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev -initrd /boot/initramfs-genkernel-x86-2.6.11-gentoo-r11 +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 @@ -515,25 +515,25 @@ read-write mounting. </note> -<pre caption = "Example /etc/lilo.conf"> +<pre caption="Example /etc/lilo.conf"> boot=/dev/hda <comment># Install LILO in the MBR</comment> prompt <comment># Give the user the chance to select another section</comment> timeout=50 <comment># Wait 5 (five) seconds before booting the default section</comment> 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-r11 +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-r11 +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-x86-2.6.11-gentoo-r11 + initrd=/boot/initramfs-genkernel-x86-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> @@ -552,8 +552,8 @@ <c>video</c> statement to enable framebuffer: </p> -<pre caption = "Using append to add kernel options"> -image=/boot/kernel-2.6.11-gentoo-r11 +<pre caption="Using append to add kernel options"> +image=/boot/kernel-2.6.12-gentoo-r10 label=gentoo read-only root=/dev/hda3 1.6 +10 -10 xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo Index: hb-install-x86-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hb-install-x86-kernel.xml 21 Nov 2005 15:37:13 -0000 1.5 +++ hb-install-x86-kernel.xml 24 Nov 2005 17:26:11 -0000 1.6 @@ -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/2005.1/hb-install-x86-kernel.xml,v 1.5 2005/11/21 15:37:13 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-kernel.xml,v 1.6 2005/11/24 17:26:11 neysx Exp $ --> <sections> -<version>5.3</version> -<date>2005-11-21</date> +<version>5.4</version> +<date>2005-11-24</date> <section> <title>Timezone</title> @@ -73,24 +73,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 -> linux-2.6.11-gentoo-r3 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -> 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> @@ -296,13 +296,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> @@ -311,7 +311,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.7 +7 -7 xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo Index: hb-install-x86-medium.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- hb-install-x86-medium.xml 21 Nov 2005 16:38:20 -0000 1.6 +++ hb-install-x86-medium.xml 24 Nov 2005 17:26:11 -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/2005.1/hb-install-x86-medium.xml,v 1.6 2005/11/21 16:38:20 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml,v 1.7 2005/11/24 17:26:11 neysx Exp $ --> <sections> -<version>5.3</version> -<date>2005-11-12</date> +<version>5.4</version> +<date>2005-11-24</date> <section> <title>Hardware Requirements</title> @@ -130,7 +130,7 @@ You can download the Universal Installation CDs (and, if you want to, the 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> directory; +the <path>releases/x86/2005.1-r1/installcd</path> directory; the Package CDs are located in the <path>releases/x86/2005.1/packagecd</path> directory. </p> @@ -219,7 +219,7 @@ </p> <p> -Now place the installation CD in the CD-ROM drive (duh) and reboot. You +Now place the installation CD in the CD-ROM drive and reboot. You should see a boot prompt. At this screen, you can hit Enter to begin the boot process with the default boot options, or boot the Installation CD with custom boot options by specifying a kernel followed by boot options and then @@ -301,8 +301,8 @@ immediately press Alt-F1 to switch to verbose mode and follow the prompt. If no selection is made in 10 seconds the default (US keyboard) will be accepted and the boot process will continue. Once the boot process completes, you will be -automatically logged in to the "Live" Gentoo Linux as -"root", the super user. You should have a root ("#") prompt +automatically logged in to the "Live" Gentoo Linux as +"root", the super user. You should have a root ("#") prompt on the current console and can also switch to other consoles by pressing Alt-F2, Alt-F3 and Alt-F4. Get back to the one you started on by pressing Alt-F1. </p> -- gentoo-doc-cvs@gentoo.org mailing list