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.54)
	id 1FAUbr-0004jQ-A4
	for garchives@archives.gentoo.org; Sat, 18 Feb 2006 16:06:59 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k1IG6eWW004921;
	Sat, 18 Feb 2006 16:06:40 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 k1IG6d2M004235
	for <gentoo-doc-cvs@lists.gentoo.org>; Sat, 18 Feb 2006 16:06:39 GMT
Message-Id: <200602181606.k1IG6d2M004235@robin.gentoo.org>
Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark)
	by smtp.gentoo.org with smtp (Exim 4.54)
	id 1FAUbX-0006i1-3Z
	for gentoo-doc-cvs@lists.gentoo.org; Sat, 18 Feb 2006 16:06:39 +0000
Received: by lark (sSMTP sendmail emulation); Sat, 18 Feb 2006 16:06:38 +0000
From: "Joseph Jezak" <josejx@lark.gentoo.org>
Date: Sat, 18 Feb 2006 16:06:38 +0000
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: hb-install-ppc-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: fff45158-2fa7-41ac-b174-0ff03f5f8efa
X-Archives-Hash: 5cf24e9f5074bb31791a2e5d8d0ac678

josejx      06/02/18 16:06:38

  Modified:    xml/htdocs/doc/en/handbook/draft/2006.0
                        hb-install-ppc-bootloader.xml
  Log:
  Change the kernel versions and stop people from completely updating their systems when installing yaboot.

Revision  Changes    Path
1.3       +18 -19    xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc-bootloader.xml

file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc-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/draft/2006.0/hb-install-ppc-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/draft/2006.0/hb-install-ppc-bootloader.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo

Index: hb-install-ppc-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc-bootloader.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-ppc-bootloader.xml	13 Feb 2006 17:07:35 -0000	1.2
+++ hb-install-ppc-bootloader.xml	18 Feb 2006 16:06:38 -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/draft/2006.0/hb-install-ppc-bootloader.xml,v 1.2 2006/02/13 17:07:35 josejx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc-bootloader.xml,v 1.3 2006/02/18 16:06:38 josejx Exp $ -->
 
 <sections>
 
-<version>5.4</version>
-<date>2006-02-09</date>
+<version>5.5</version>
+<date>2006-02-18</date>
 
 <section>
 <title>Choosing a Bootloader</title>
@@ -78,10 +78,10 @@
 <pre caption="Adding genkernel boot arguments to yaboot.conf">
 <comment>###########################################################
 ## This section can be duplicated if you have more than one
-## kernel or set of boot options - replace kernel-2.6.12
+## kernel or set of boot options - replace kernel-2.6.15
 ## with the exact filename of your kernel.
 ###########################################################</comment>
-image=/boot/kernel-2.6.12
+image=/boot/kernel-2.6.15
   label=Linux
   root=/dev/ram0    <comment># If using genkernel this is /dev/ram0</comment>
   partition=3
@@ -114,12 +114,12 @@
 To use <c>yabootconfig</c>, your drive must have an Apple_Bootstrap partition,
 and <path>/etc/fstab</path> must be configured to reflect your Linux 
 partitions. These steps should have already been completed before, but check
-<path>/etc/fstab</path> before proceeding.  Now, ensure that you have the 
-latest <c>yaboot</c> installed.
+<path>/etc/fstab</path> before proceeding.  Now, ensure that you have 
+<c>yaboot</c> installed.
 </p>
 
 <pre caption = "Installing yaboot with GRP">
-# <i>emerge --usepkg --update yaboot</i>
+# <i>emerge --usepkg yaboot</i>
 </pre>
 
 <p>
@@ -156,11 +156,11 @@
 <body>
 
 <p>
-First make sure you have the latest <c>yaboot</c> installed on your system:
+First make sure you have <c>yaboot</c> installed on your system:
 </p>
 
-<pre caption = "Installing yaboot">
-# <i>emerge --usepkg --update yaboot</i>
+<pre caption = "Installing yaboot with GRP">
+# <i>emerge --usepkg yaboot</i>
 </pre>
 
 <p>
@@ -364,7 +364,7 @@
 root = /dev/hda4
 timeout = 30
 default = gentoo
-image = /vmlinux-2.6.12
+image = /vmlinux-2.6.15
 	label = gentoo
 </pre>
 
@@ -392,7 +392,7 @@
 # <i>nvsetenv input-device kbd</i>
 # <i>nvsetenv boot-device scsi/sd@1:0</i> <comment># For SCSI</comment>
 # <i>nvsetenv boot-device ata/ata-disk@0:0</i> <comment># For ATA</comment>
-# <i>nvsetenv boot-file /boot/vmlinux-2.6.12 root=/dev/hda4</i> <comment>First item is the path to the kernel, the second is the root partition.  You may append any kernel options to the end of this line.</comment>
+# <i>nvsetenv boot-file /boot/vmlinux-2.6.15 root=/dev/hda4</i> <comment>First item is the path to the kernel, the second is the root partition.  You may append any kernel options to the end of this line.</comment>
 # <i>nvsetenv boot-command boot</i> <comment># Set this to bye for MacOS and boot for Linux</comment>
 </pre>
 
@@ -435,12 +435,11 @@
 </impo>
 
 <p>
-First make sure you have the latest <c>bootcreator</c> installed on your
-system:
+First make sure you have <c>bootcreator</c> installed on your system:
 </p>
 
 <pre caption = "Installing bootcreator">
-# <i>emerge --usepkg --update bootcreator</i>
+# <i>emerge --usepkg bootcreator</i>
 </pre>
 
 <p>
@@ -479,12 +478,12 @@
 ide:0 boot2.img ramdebug edebugflags="logkprintf"
 
 [SECTION]
-Local HD -> Linux 2.6.12 (Normal)
-ide:0 linux-2.6.12 video=radeonfb:1024x768@70 root=/dev/hda3
+Local HD -> Linux 2.6.15 (Normal)
+ide:0 linux-2.6.15 video=radeonfb:1024x768@70 root=/dev/hda3
 
 [SECTION]
 Local HD -> Genkernel (Normal)
-ide:0 kernelz-2.6.12 root=/dev/ram0 real_root=/dev/hda3 init=/linuxrc
+ide:0 kernelz-2.6.15 root=/dev/ram0 real_root=/dev/hda3 init=/linuxrc
 </pre>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list