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: Mon, 19 Mar 2007 10:05:20
Message-Id: E1HTEji-00023e-OA@stork.gentoo.org
1 nightmorph 07/03/19 10:05:06
2
3 Modified: hb-install-ppc-bootloader.xml
4 Log:
5 more inserts -- and some fixups, commented out stuff from the networkless handbook that was mixed in somehow
6
7 Revision Changes Path
8 1.27 xml/htdocs/doc/en/handbook/draft/hb-install-ppc-bootloader.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-bootloader.xml?rev=1.27&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-bootloader.xml?rev=1.27&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-bootloader.xml?r1=1.26&r2=1.27
13
14 Index: hb-install-ppc-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-bootloader.xml,v
17 retrieving revision 1.26
18 retrieving revision 1.27
19 diff -u -r1.26 -r1.27
20 --- hb-install-ppc-bootloader.xml 16 Mar 2007 05:31:09 -0000 1.26
21 +++ hb-install-ppc-bootloader.xml 19 Mar 2007 10:05:06 -0000 1.27
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/draft/hb-install-ppc-bootloader.xml,v 1.26 2007/03/16 05:31:09 josejx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-bootloader.xml,v 1.27 2007/03/19 10:05:06 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>7.3</version>
32 +<version>8.0</version>
33 <date>2007-03-15</date>
34
35 <section>
36 @@ -121,8 +121,13 @@
37 </p>
38
39 <pre caption = "Installing yaboot">
40 -# <i>emerge --usepkg yaboot</i>
41 +# <i>emerge yaboot</i>
42 </pre>
43 +<!-- what's with all the networkless stuff in here
44 +<pre caption = "Installing yaboot">
45 +# <i>emerge usepkg yaboot</i>
46 +</pre>
47 +-->
48
49 <p>
50 Now exit the chroot and run <c>yabootconfig --chroot /mnt/gentoo</c>. First,
51 @@ -163,9 +168,15 @@
52 First, install <c>yaboot</c> on your system:
53 </p>
54
55 +<pre caption="Installing yaboot">
56 +# <i>emerge yaboot</i>
57 +</pre>
58 +
59 +<!-- should be in networkless, not here
60 <pre caption = "Installing yaboot with GRP">
61 -# <i>emerge --usepkg yaboot</i>
62 +# <i>emerge usepkg yaboot</i>
63 </pre>
64 +-->
65
66 <p>
67 An example <path>yaboot.conf</path> file is given below, but you will need to
68 @@ -357,17 +368,22 @@
69 </p>
70
71 <pre caption="Emerge quik">
72 -# <i>emerge --usepkg quik</i>
73 +# <i>emerge quik</i>
74 </pre>
75 +<!-- again, should be in networkless, not here
76 +<pre caption="Emerge quik">
77 +# <i>emerge usepkg quik</i>
78 +</pre>
79 +-->
80
81 <p>
82 -Next, we'll need to set it up. Edit /etc/quik.conf and set your image to the
83 +Next, we'll need to set it up. Edit <path>/etc/quik.conf</path> and set your image to the
84 kernel that we copied to your boot partition.
85 </p>
86
87 <pre caption="Configuring quik.conf">
88 # Example of quik.conf
89 -init-message = "Gentoo 2006.1\n"
90 +init-message = "Gentoo 2007.0\n"
91 partition = 2 <comment># This is the boot partition</comment>
92 root = /dev/hda4
93 timeout = 30
94 @@ -400,7 +416,7 @@
95 # <i>nvsetenv input-device kbd</i>
96 # <i>nvsetenv boot-device scsi/sd@1:0</i> <comment># For SCSI</comment>
97 # <i>nvsetenv boot-device ata/ata-disk@0:0</i> <comment># For ATA</comment>
98 -# <i>nvsetenv boot-file /boot/vmlinux-2.6.17 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>
99 +# <i>nvsetenv boot-file /boot/vmlinux-<keyval id="kernel-version"/> 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>
100 # <i>nvsetenv boot-command boot</i> <comment># Set this to bye for MacOS and boot for Linux</comment>
101 </pre>
102
103 @@ -447,8 +463,13 @@
104 </p>
105
106 <pre caption = "Installing bootcreator">
107 -# <i>emerge --usepkg bootcreator</i>
108 +# <i>emerge bootcreator</i>
109 +</pre>
110 +<!-- what's with all this networkless stuff?!?
111 +<pre caption = "Installing bootcreator">
112 +# <i>emerge usepkg bootcreator</i>
113 </pre>
114 +-->
115
116 <p>
117 Now copy the file <path>/etc/bootmenu.example</path> into
118 @@ -495,7 +516,7 @@
119 </pre>
120
121 <p>
122 -Finally the <path>bootmenu</path> must be transfered into Forth and copied to
123 +Finally the <path>bootmenu</path> must be transferred into Forth and copied to
124 your boot partition, so that the SmartFirmware can read it. Therefore you have
125 to call <c>bootcreator</c>:
126 </p>
127
128
129
130 --
131 gentoo-doc-cvs@g.o mailing list