| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml,v 1.34 2006/03/14 19:29:29 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml,v 1.35 2006/07/14 07:04:39 rane Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>2.9</version> |
11 | <version>2.10</version> |
| 12 | <date>2006-02-27</date> |
12 | <date>2006-07-14</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Choosing a Bootloader</title> |
15 | <title>Choosing a Bootloader</title> |
| 16 | <subsection> |
16 | <subsection> |
| 17 | <title>Introduction</title> |
17 | <title>Introduction</title> |
| … | |
… | |
| 81 | ## kernel or set of boot options - replace kernel-2.6.15 |
81 | ## kernel or set of boot options - replace kernel-2.6.15 |
| 82 | ## with the exact filename of your kernel. |
82 | ## with the exact filename of your kernel. |
| 83 | ###########################################################</comment> |
83 | ###########################################################</comment> |
| 84 | image=/boot/kernel-2.6.15 |
84 | image=/boot/kernel-2.6.15 |
| 85 | label=Linux |
85 | label=Linux |
| 86 | root=/dev/ram0 <comment># If using genkernel this is /dev/ram0</comment> |
86 | root=/dev/ram0 |
| 87 | partition=3 |
87 | partition=3 |
| 88 | append="real_root=/dev/hda3 init=/linuxrc" |
88 | append="real_root=/dev/hda3 init=/linuxrc" |
| 89 | <comment># You can add additional kernel arguments to be appended such as |
89 | <comment># You can add additional kernel arguments to be appended such as |
| 90 | # rootdelay=10 for a USB/Firewire Boot</comment> |
90 | # rootdelay=10 for a USB/Firewire Boot</comment> |
| 91 | read-only |
91 | read-only |