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/[EMAIL PROTECTED]:0</i> <comment># For
SCSI</comment>
# <i>nvsetenv boot-device ata/[EMAIL PROTECTED]: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:[EMAIL PROTECTED] root=/dev/hda3
+Local HD -> Linux 2.6.15 (Normal)
+ide:0 linux-2.6.15 video=radeonfb:[EMAIL PROTECTED] 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>
--
[email protected] mailing list