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.62) (envelope-from ) id 1HY9aK-0003Wg-Gq for garchives@archives.gentoo.org; Sun, 01 Apr 2007 23:35:44 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l31NZYiC002833; Sun, 1 Apr 2007 23:35:34 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l31NZXHY002828 for ; Sun, 1 Apr 2007 23:35:34 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 4A11A64A17 for ; Sun, 1 Apr 2007 23:35:33 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1HY9a8-0004yC-F8 for gentoo-doc-cvs@lists.gentoo.org; Sun, 01 Apr 2007 23:35:32 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-ppc-bootloader.xml Message-Id: From: Josh Saddler Date: Sun, 01 Apr 2007 23:35:32 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: dc9f3e2f-954d-4c01-a51d-48f56329e2b9 X-Archives-Hash: e2d7e936c3e9a32cbb6c8680183a7279 nightmorph 07/04/01 23:35:32 Modified: hb-install-ppc-bootloader.xml Log: minor formatting changes Revision Changes Path 1.4 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml?rev=1.4&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml?r1=1.3&r2=1.4 Index: hb-install-ppc-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- hb-install-ppc-bootloader.xml 28 Mar 2007 13:36:09 -0000 1.3 +++ hb-install-ppc-bootloader.xml 1 Apr 2007 23:35:32 -0000 1.4 @@ -4,11 +4,11 @@ - + -7.1 +8.0 2007-01-13
@@ -144,6 +144,8 @@ You might want to verify the contents of /etc/yaboot.conf. If you make changes to /etc/yaboot.conf (like setting the default/boot OS), make sure to rerun ybin -v to apply changes to the Apple_Bootstrap +partition. Whenever you make a change to yaboot.conf, like when testing a new +kernel, always remember to run ybin -v to update the bootstrap partition.

@@ -355,12 +357,12 @@

-# emerge quik
+# emerge --usepkg quik
 

-Next, we'll need to set it up. Edit /etc/quik.conf and set your image to the -kernel that we copied to your boot partition. +Next, we'll need to set it up. Edit /etc/quik.conf and set your +image to the kernel that we copied to your boot partition.

@@ -371,7 +373,7 @@
 timeout = 30
 default = gentoo
 image = /vmlinux	# This is your kernel
-	label = gentoo
+  label = gentoo
 

@@ -403,12 +405,13 @@ -It is also possible to change your boot variables from MacOS. Depending -upon the model, either -bootvars or - -Apple System Disk should be used. Please see the quik quirks page -above for more information. +It is also possible to change your boot variables from MacOS. Depending upon +the model, either bootvars or + +Apple System Disk should be used. Please see the quik quirks page above +for more information.

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