Gentoo Archives: gentoo-doc-cvs

From: Shyam Mani <fox2mike@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-config.xml
Date: Tue, 02 Aug 2005 05:17:01
Message-Id: 200508020516.j725GQnW021607@robin.gentoo.org
1 fox2mike 05/08/02 05:16:36
2
3 Modified: xml/htdocs/doc/en/handbook/draft/2005.1
4 hb-install-config.xml
5 hb-install-ppc64-bootloader.xml
6 hb-install-ppc64-disk.xml
7 Log:
8 #101057 - Updates to PPC handbook. Thanks to dostrow for reporting and patches.
9
10 Revision Changes Path
11 1.4 +14 -8 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-config.xml
12
13 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-config.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
14 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-config.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
15 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-config.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
16
17 Index: hb-install-config.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-config.xml,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- hb-install-config.xml 27 Jul 2005 22:17:24 -0000 1.3
24 +++ hb-install-config.xml 2 Aug 2005 05:16:36 -0000 1.4
25 @@ -4,7 +4,7 @@
26 <!-- The content of this document is licensed under the CC-BY-SA license -->
27 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
28
29 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-config.xml,v 1.3 2005/07/27 22:17:24 fox2mike Exp $ -->
30 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-config.xml,v 1.4 2005/08/02 05:16:36 fox2mike Exp $ -->
31
32 <sections>
33
34 @@ -507,7 +507,7 @@
35 </p>
36
37 <p>
38 -If you are not installing Gentoo on an IBM POWER5 or JS20 system, continue with
39 +If you are not installing Gentoo on IBM PPC64 hardware, continue with
40 <uri link="?part=1&amp;chap=9">Installing Necessary System Tools</uri>.
41 </p>
42
43 @@ -518,20 +518,26 @@
44 <body>
45
46 <note>
47 -The following section applies to the IBM POWER5 and JS20 hardware platforms.
48 +The following section applies to the IBM PPC64 hardware platforms.
49 </note>
50
51 <p>
52 -If you are running Gentoo in an LPAR or on a JS20 blade, you must uncomment the
53 -hvc line in <path>/etc/inittab</path> for the virtual console to spawn a login
54 -prompt.
55 +If you are running Gentoo on IBM PPC64 hardware and using a virtual console
56 +you must uncomment the appropriate line in <path>/etc/inittab</path> for the
57 +virtual console to spawn a login prompt.
58 </p>
59
60 -<pre caption="Enabling hvc support in /etc/inittab">
61 -hvc:12345:respawn:/sbin/agetty -nl /bin/bashlogin 9600 hvc0 vt220
62 +<pre caption="Enabling hvc or hvsi support in /etc/inittab">
63 +hvc0:12345:respawn:/sbin/agetty -L 9600 hvc0
64 +hvsi:12345:respawn:/sbin/agetty -L 19200 hvsi0
65 </pre>
66
67 <p>
68 +You should also take this time to verify that the appropriate console is
69 +listed in /etc/securetty.
70 +</p>
71 +
72 +<p>
73 You may now continue with <uri link="?part=1&amp;chap=9">Installing Necessary
74 System Tools</uri>.
75 </p>
76
77
78
79 1.3 +26 -33 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-bootloader.xml
80
81 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-bootloader.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
82 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-bootloader.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
83 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-bootloader.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
84
85 Index: hb-install-ppc64-bootloader.xml
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-bootloader.xml,v
88 retrieving revision 1.2
89 retrieving revision 1.3
90 diff -u -r1.2 -r1.3
91 --- hb-install-ppc64-bootloader.xml 29 Jul 2005 17:20:09 -0000 1.2
92 +++ hb-install-ppc64-bootloader.xml 2 Aug 2005 05:16:36 -0000 1.3
93 @@ -4,7 +4,7 @@
94 <!-- The content of this document is licensed under the CC-BY-SA license -->
95 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
96
97 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-bootloader.xml,v 1.2 2005/07/29 17:20:09 josejx Exp $ -->
98 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-bootloader.xml,v 1.3 2005/08/02 05:16:36 fox2mike Exp $ -->
99
100 <sections>
101
102 @@ -55,6 +55,31 @@
103 </p>
104
105 <impo>
106 +If you are installing on a G5 using an online install and have not used the
107 +G5 optimized stages you must change what profile you are linked to now. If you
108 +do not you will not get dependencies necessary for yaboot to run on Apple
109 +equipment. In the command below replace <c>(userland)</c> with your chosen
110 +userland bit level. If you are installing on a G5 using an offline install
111 +you have to install these packages by hand.
112 +</impo>
113 +
114 +<pre caption = "(ONLINE INSTALL FOR G5 USERS ONLY) Changing your profile">
115 +# <i>rm /etc/make.profile</i>
116 +# <i>ln -sf /usr/portage/profiles/default-linux/ppc/2005.1/ppc64/(userland)/970/pmac /etc/make.profile</i>
117 +</pre>
118 +
119 +<pre caption = "(OFFLINE INSTALL FOR G5 USERS ONLY) Installing Necessary File System Tools">
120 +# <i>emerge hfsutils hfsplusutils</i>
121 +</pre>
122 +
123 +<pre caption = "Installing the bootloader">
124 +<comment>(64bit userland)</comment>
125 +# <i>emerge --update yaboot-static</i>
126 +<comment>(32bit userland)</comment>
127 +# <i>emerge --update yaboot</i>
128 +</pre>
129 +
130 +<impo>
131 yabootconfig/ybin won't work on IBM. You have to install yaboot another way:
132 <uri link="#yaboot-ibm">Using yaboot on IBM hardware</uri>
133 </impo>
134 @@ -93,29 +118,6 @@
135 Portage, but it may not have made it into the stage files.
136 </p>
137
138 -<impo>
139 -If you are installing on a G5 using an online install and have not used the
140 -G5 optimized stages you must change what profile you are linked to now. If you
141 -do not you will not get dependencies necessary for yaboot to run on Apple
142 -equipment. In the command below replace <c>(userland)</c> with your chosen
143 -userland bit level. If you are installing on a G5 using an offline install
144 -you have to install these packages by hand.
145 -</impo>
146 -
147 -<pre caption = "(ONLINE INSTALL FOR G5 USERS ONLY) Changing your profile">
148 -# <i>rm /etc/make.profile</i>
149 -# <i>ln -sf /usr/portage/profiles/default-linux/ppc/2005.1/ppc64/(userland)/970/pmac /etc/make.profile</i>
150 -</pre>
151 -
152 -<pre caption = "(OFFLINE INSTALL FOR G5 USERS ONLY) Installing Necessary File System Tools">
153 -# <i>emerge hfsutils hfsplusutils</i>
154 -</pre>
155 -
156 -<pre caption = "Installing the bootloader">
157 -(64bit userland)# <i>emerge --update yaboot-static</i>
158 -(32bit userland)# <i>emerge --update yaboot</i>
159 -</pre>
160 -
161 <p>
162 Now run <c>yabootconfig</c>. The program will run and it will confirm
163 the location of the bootstrap partition. Type <c>Y</c> if it is correct. If
164 @@ -143,15 +145,6 @@
165 <body>
166
167 <p>
168 -First make sure you have the latest <c>yaboot-static</c> installed on your
169 -system:
170 -</p>
171 -
172 -<pre caption = "Installing yaboot">
173 -# <i>emerge --update yaboot-static</i>
174 -</pre>
175 -
176 -<p>
177 Below you find a completed <path>yaboot.conf</path> file. Alter it at
178 will.
179 </p>
180
181
182
183 1.2 +5 -7 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-disk.xml
184
185 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-disk.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
186 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-disk.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
187 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-disk.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
188
189 Index: hb-install-ppc64-disk.xml
190 ===================================================================
191 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-disk.xml,v
192 retrieving revision 1.1
193 retrieving revision 1.2
194 diff -u -r1.1 -r1.2
195 --- hb-install-ppc64-disk.xml 5 Jul 2005 08:34:23 -0000 1.1
196 +++ hb-install-ppc64-disk.xml 2 Aug 2005 05:16:36 -0000 1.2
197 @@ -4,7 +4,7 @@
198 <!-- The content of this document is licensed under the CC-BY-SA license -->
199 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
200
201 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-disk.xml,v 1.1 2005/07/05 08:34:23 swift Exp $ -->
202 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-ppc64-disk.xml,v 1.2 2005/08/02 05:16:36 fox2mike Exp $ -->
203
204 <sections>
205
206 @@ -243,7 +243,8 @@
207 <note>
208 If you are planning to use a RAID disk array for your gentoo installation and
209 you are using POWER5-based hardware, you should now run <c>iprutils</c> to
210 -format the disks to Advanced Function format and create the disk array.
211 +format the disks to Advanced Function format and create the disk array. You
212 +should also consider emerging this package after your install is complete.
213 </note>
214
215 <p>
216 @@ -559,9 +560,7 @@
217 <body>
218
219 <note>
220 -Several filesystems are available. Ext2 and ext3 are found stable on the
221 -PPC64 architecture, reiserfs and xfs are in experimental stage. jfs is
222 -unsupported.
223 +Several filesystems are available.
224 </note>
225
226 <p>
227 @@ -606,8 +605,7 @@
228
229 <p>
230 <b>JFS</b> is IBM's high-performance journaling filesystem. It has recently
231 -become production-ready and there hasn't been a sufficient track record to
232 -comment positively nor negatively on its general stability at this point.
233 +become production-ready.
234 </p>
235
236 </body>
237
238
239
240 --
241 gentoo-doc-cvs@g.o mailing list