nightmorph 07/07/13 08:40:58
Modified: hb-install-ppc-bootloader.xml
hb-install-ppc-disk.xml hb-install-ppc-kernel.xml
hb-install-ppc-medium.xml
hb-install-ppc64-bootloader.xml
hb-install-ppc64-medium.xml
Log:
made Open Firmware usage consistent for all handbooks and translations, as
suggested by grahl and rane on IRC, and approved by JoseJX. s/openfirmware/Open
Firmware/g, so no revbump.
Revision Changes Path
1.43 xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml?rev=1.43&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml?rev=1.43&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml?r1=1.42&r2=1.43
Index: hb-install-ppc-bootloader.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- hb-install-ppc-bootloader.xml 15 May 2007 00:46:29 -0000 1.42
+++ hb-install-ppc-bootloader.xml 13 Jul 2007 08:40:58 -0000 1.43
@@ -4,7 +4,7 @@
<!-- 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-ppc-bootloader.xml,v
1.42 2007/05/15 00:46:29 rane Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml,v
1.43 2007/07/13 08:40:58 nightmorph Exp $ -->
<sections>
@@ -187,7 +187,7 @@
boot=/dev/hda2
-<comment>## ofboot is the openfirmware way to specify the bootstrap partition.
+<comment>## ofboot is the Open Firmware way to specify the bootstrap partition.
## If this isn't defined, yaboot fails on the G5 and some G4s (unless
## you pass the necessary arguments to the mkofboot/ybin program).
## hd:X means /dev/sdaX (or /dev/hdaX).
@@ -202,7 +202,7 @@
## Users booting from USB should use something like this line:
# ofboot=usb/[EMAIL PROTECTED]:
-## hd: is shorthand for the first hard drive OpenFirmware sees</comment>
+## hd: is shorthand for the first hard drive Open Firmware sees</comment>
device=hd:
<comment>## Firewire and USB users will need to specify the whole OF device
name
1.45 xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.45&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.45&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?r1=1.44&r2=1.45
Index: hb-install-ppc-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- hb-install-ppc-disk.xml 26 Jun 2007 17:12:56 -0000 1.44
+++ hb-install-ppc-disk.xml 13 Jul 2007 08:40:58 -0000 1.45
@@ -4,7 +4,7 @@
<!-- 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-ppc-disk.xml,v 1.44
2007/06/26 17:12:56 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.45
2007/07/13 08:40:58 nightmorph Exp $ -->
<sections>
@@ -210,7 +210,7 @@
<p>
The Pegasos partition layout is quite simple compared to the Apple layouts.
The first partition is a Boot Partition, which contains kernels to be booted,
-along with an OpenFirmware script that presents a menu on boot. After the boot
+along with an Open Firmware script that presents a menu on boot. After the
boot
partition, the usual Linux filesystems are placed, according to the scheme
below. The swap partition is a temporary storage place for when your system
runs out of physical memory. The root partition will contain the filesystem
1.54 xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.54&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?rev=1.54&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml?r1=1.53&r2=1.54
Index: hb-install-ppc-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- hb-install-ppc-kernel.xml 21 May 2007 04:06:25 -0000 1.53
+++ hb-install-ppc-kernel.xml 13 Jul 2007 08:40:58 -0000 1.54
@@ -4,7 +4,7 @@
<!-- 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-ppc-kernel.xml,v 1.53
2007/05/21 04:06:25 josejx Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.54
2007/07/13 08:40:58 nightmorph Exp $ -->
<sections>
@@ -267,9 +267,9 @@
<p>
Do not turn off kernel framebuffer support as it is required for a successful
-boot. If you are using an NVIDIA based chipset, you should use the
OpenFirmware
-framebuffer. If you are using an ATI based chipset, you should select the
-framebuffer driver based upon your chipset (Mach64, Rage128 or Radeon).
+boot. If you are using an NVIDIA based chipset, you should use the Open
+Firmware framebuffer. If you are using an ATI based chipset, you should select
+the framebuffer driver based upon your chipset (Mach64, Rage128 or Radeon).
</p>
<pre caption="Choosing a Framebuffer Driver">
1.57 xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?rev=1.57&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?rev=1.57&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?r1=1.56&r2=1.57
Index: hb-install-ppc-medium.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- hb-install-ppc-medium.xml 30 Jun 2007 00:50:26 -0000 1.56
+++ hb-install-ppc-medium.xml 13 Jul 2007 08:40:58 -0000 1.57
@@ -4,7 +4,7 @@
<!-- 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-ppc-medium.xml,v 1.56
2007/06/30 00:50:26 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.57
2007/07/13 08:40:58 nightmorph Exp $ -->
<sections>
@@ -39,8 +39,8 @@
<tr>
<th>Apple OldWorld machines</th>
<ti>
- Apple Machines with an OpenFirmware revision less than 3, such as the Beige
- G3s, PCI PowerMacs and PCI PowerBooks. PCI based Apple Clones should also
+ Apple Machines with an Open Firmware revision less than 3, such as the
Beige
+ G3s, PCI PowerMacs and PCI PowerBooks. PCI based Apple Clones should also
be supported.
</ti>
</tr>
@@ -290,10 +290,10 @@
<p>
To use the above options, at the <e>boot:</e> prompt, type <e>apple</e>
followed
by the desired option. In the example below, we'll force the kernel to use the
-OpenFirmware framebuffer instead of the device specific driver.
+Open Firmware framebuffer instead of the device specific driver.
</p>
-<pre caption="Force the use of the OpenFirmware framebuffer">
+<pre caption="Force the use of the Open Firmware framebuffer">
boot: <i>apple video=ofonly</i>
</pre>
1.27 xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.27&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?rev=1.27&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml?r1=1.26&r2=1.27
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.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- hb-install-ppc64-bootloader.xml 7 May 2007 18:11:41 -0000 1.26
+++ hb-install-ppc64-bootloader.xml 13 Jul 2007 08:40:58 -0000 1.27
@@ -4,7 +4,7 @@
<!-- 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.26 2007/05/07 18:11:41 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v
1.27 2007/07/13 08:40:58 nightmorph Exp $ -->
<sections>
@@ -157,14 +157,14 @@
boot=/dev/hda2
-<comment>## ofboot is the openfirmware way to specify the bootstrap partition.
+<comment>## ofboot is the Open Firmware way to specify the bootstrap partition.
## If this isn't defined, yaboot fails on the G5 and some G4s (unless
## you pass the necessary arguments to the mkofboot/ybin program).
## hd:X means /dev/sdaX (or /dev/hdaX).</comment>
ofboot=hd:2
-<comment>## hd: is open firmware speak for hda</comment>
+<comment>## hd: is Open Firmware speak for hda</comment>
device=hd:
delay=5
1.36 xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml?rev=1.36&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml?rev=1.36&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml?r1=1.35&r2=1.36
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.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- hb-install-ppc64-medium.xml 30 Jun 2007 00:50:26 -0000 1.35
+++ hb-install-ppc64-medium.xml 13 Jul 2007 08:40:58 -0000 1.36
@@ -4,7 +4,7 @@
<!-- 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-medium.xml,v
1.35 2007/06/30 00:50:26 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v
1.36 2007/07/13 08:40:58 nightmorph Exp $ -->
<sections>
@@ -408,12 +408,12 @@
</pre>
<p>
-The other option is to jump into OpenFirmware and do it from there:
+The other option is to jump into Open Firmware and do it from there:
</p>
<ol>
<li>
- Boot into OpenFirmware: same procedure as getting into multi-boot
+ Boot into Open Firmware: same procedure as getting into multi-boot
(described a few lines above), but use F8 and 8 instead of F1 and 1.
</li>
<li>Run the command 0> boot cdrom:1,yaboot</li>
@@ -421,11 +421,11 @@
</ol>
<note>
-If you get something like the following output, then OpenFirmware isn't set up
+If you get something like the following output, then Open Firmware isn't set up
correctly. Please use the multi-boot option described above.
</note>
-<pre caption="Output if OpenFirmware is not set up correctly">
+<pre caption="Output if Open Firmware is not set up correctly">
0 > boot cdrom:1,yaboot
ok
0 >
--
[EMAIL PROTECTED] mailing list