Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 75093 | Differences between
and this patch

Collapse All | Expand All

(-)hb-install-ppc64-bootloader.xml.orig (-2 / +15 lines)
Lines 216-223 Link Here
216
  with your disk and partition for the RPeP partition; this was in our
216
  with your disk and partition for the RPeP partition; this was in our
217
  example /dev/sda1)</li>
217
  example /dev/sda1)</li>
218
  <li>Next construct your own yaboot.conf file and place into /etc.
218
  <li>Next construct your own yaboot.conf file and place into /etc.
219
  (Take a look at the config above or look into the man page of
219
  (Take a look at the config above, look into the man page of
220
  yaboot.conf)</li>
220
  yaboot.conf or look at the below yaboot.conf)</li>
221
  <li>Assuming your boot device in OF is pointing to the harddrive you
221
  <li>Assuming your boot device in OF is pointing to the harddrive you
222
  prep boot partition is on then it'll just work, otherwise at IPL time,
222
  prep boot partition is on then it'll just work, otherwise at IPL time,
223
  go into the multiboot menu and set the boot device to the one with
223
  go into the multiboot menu and set the boot device to the one with
Lines 225-230 Link Here
225
  <li>That's it!</li>
225
  <li>That's it!</li>
226
</ul>
226
</ul>
227
227
228
<pre caption = "yaboot.conf for IBM">
229
device=disk:
230
partition=2
231
root=/dev/sda2
232
default=2.6.8-gentoo-r3
233
timeout=50
234
235
image=/boot/vmlinux-2.6.8-gentoo-r3
236
      label=2.6.8-gentoo-r3
237
	  append="console=ttyS0,9600"
238
	  read-only
239
</pre>
240
228
</body>
241
</body>
229
</section>
242
</section>
230
<section id="reboot">
243
<section id="reboot">

Return to bug 75093