| … | |
… | |
| 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-hppa-bootloader.xml,v 1.14 2006/08/30 22:52:28 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-bootloader.xml,v 1.15 2006/08/30 23:08:59 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>7.0</version> |
11 | <version>7.1</version> |
| 12 | <date>2006-08-30</date> |
12 | <date>2006-08-30</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Installing PALO</title> |
15 | <title>Installing PALO</title> |
| 16 | <body> |
16 | <body> |
| … | |
… | |
| 28 | You can find the configuration file in <path>/etc/palo.conf</path>. Here is a |
28 | You can find the configuration file in <path>/etc/palo.conf</path>. Here is a |
| 29 | sample configuration: |
29 | sample configuration: |
| 30 | </p> |
30 | </p> |
| 31 | |
31 | |
| 32 | <pre caption = "/etc/palo.conf example"> |
32 | <pre caption = "/etc/palo.conf example"> |
| 33 | --commandline=2/kernel-2.6.12.2-pa2 root=/dev/sda4 |
33 | --commandline=2/kernel-2.6.16.18-pa11 root=/dev/sda4 |
| 34 | --recoverykernel=/vmlinux.old |
34 | --recoverykernel=/vmlinux.old |
| 35 | --init-partitioned=/dev/sda |
35 | --init-partitioned=/dev/sda |
| 36 | </pre> |
36 | </pre> |
| 37 | |
37 | |
| 38 | <p> |
38 | <p> |
| 39 | The first line tells palo the location of the kernel and which boot |
39 | The first line tells palo the location of the kernel and which boot parameters |
| 40 | parameters it must use. <c>2/kernel-2.6.12.2-pa2</c> means the kernel named |
40 | it must use. <c>2/kernel-2.6.16.18-pa11</c> means the kernel named |
| 41 | <c>/kernel-2.6.12.2-pa2</c> resides on the second partition. Beware, the path |
41 | <c>/kernel-2.6.16.18-pa11</c> resides on the second partition. Beware, the |
| 42 | to the kernel is relative to the boot partition, not to the root partition. |
42 | path to the kernel is relative to the boot partition, not to the root |
|
|
43 | partition. |
| 43 | </p> |
44 | </p> |
| 44 | |
45 | |
| 45 | <p> |
46 | <p> |
| 46 | The second line indicates which recovery kernel to use. If it is your |
47 | The second line indicates which recovery kernel to use. If it is your |
| 47 | first install and you do not have a recovery kernel, please comment this |
48 | first install and you do not have a recovery kernel, please comment this |