Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-ppc-bootloader.xml
Date: Sun, 01 Apr 2007 23:35:44
Message-Id: E1HY9a8-0004yC-F8@stork.gentoo.org
1 nightmorph 07/04/01 23:35:32
2
3 Modified: hb-install-ppc-bootloader.xml
4 Log:
5 minor formatting changes
6
7 Revision Changes Path
8 1.4 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml
9
10 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
11 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
12 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
13
14 Index: hb-install-ppc-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- hb-install-ppc-bootloader.xml 28 Mar 2007 13:36:09 -0000 1.3
21 +++ hb-install-ppc-bootloader.xml 1 Apr 2007 23:35:32 -0000 1.4
22 @@ -4,11 +4,11 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml,v 1.3 2007/03/28 13:36:09 neysx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml,v 1.4 2007/04/01 23:35:32 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>7.1</version>
32 +<version>8.0</version>
33 <date>2007-01-13</date>
34
35 <section>
36 @@ -144,6 +144,8 @@
37 You might want to verify the contents of <path>/etc/yaboot.conf</path>. If you
38 make changes to <path>/etc/yaboot.conf</path> (like setting the default/boot
39 OS), make sure to rerun <c>ybin -v</c> to apply changes to the Apple_Bootstrap
40 +partition. Whenever you make a change to yaboot.conf, like when testing a new
41 +kernel, always remember to run <c>ybin -v</c> to update the bootstrap
42 partition.
43 </p>
44
45 @@ -355,12 +357,12 @@
46 </p>
47
48 <pre caption="Emerge quik">
49 -# <i>emerge quik</i>
50 +# <i>emerge --usepkg quik</i>
51 </pre>
52
53 <p>
54 -Next, we'll need to set it up. Edit /etc/quik.conf and set your image to the
55 -kernel that we copied to your boot partition.
56 +Next, we'll need to set it up. Edit <path>/etc/quik.conf</path> and set your
57 +image to the kernel that we copied to your boot partition.
58 </p>
59
60 <pre caption="Configuring quik.conf">
61 @@ -371,7 +373,7 @@
62 timeout = 30
63 default = gentoo
64 image = /vmlinux <comment># This is your kernel</comment>
65 - label = gentoo
66 + label = gentoo
67 </pre>
68
69 <p>
70 @@ -403,12 +405,13 @@
71 </pre>
72
73 <note>
74 -It is also possible to change your boot variables from MacOS. Depending
75 -upon the model, either
76 -<uri link="http://penguinppc.org/bootloaders/quik/BootVars.sit.hqx">bootvars</uri> or
77 -<uri link="ftp://ftp.apple.com/developer/macosxserver/utilities/SystemDisk2.3.1.smi.bin">
78 -Apple System Disk</uri> should be used. Please see the quik quirks page
79 -above for more information.
80 +It is also possible to change your boot variables from MacOS. Depending upon
81 +the model, either <uri
82 +link="http://penguinppc.org/bootloaders/quik/BootVars.sit.hqx">bootvars</uri> or
83 +<uri
84 +link="ftp://ftp.apple.com/developer/macosxserver/utilities/SystemDisk2.3.1.smi.bin">
85 +Apple System Disk</uri> should be used. Please see the quik quirks page above
86 +for more information.
87 </note>
88
89 <p>
90
91
92
93 --
94 gentoo-doc-cvs@g.o mailing list