| … | |
… | |
| 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/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-bootloader.xml,v 1.10 2005/01/27 17:06:37 vapier Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-bootloader.xml,v 1.11 2005/08/09 09:43:58 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>1.6</version> |
11 | <version>1.7</version> |
| 12 | <date>2005-01-27</date> |
12 | <date>2005-08-09</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Installing PALO</title> |
15 | <title>Installing PALO</title> |
| 16 | <body> |
16 | <body> |
| 17 | |
17 | |
| … | |
… | |
| 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/vmlinux root=/dev/sdb2 HOME=/ |
33 | --commandline=2/kernel-2.6.12.2-pa2 root=/dev/sda4 |
| 34 | --recoverykernel=/vmlinux.old |
34 | --recoverykernel=/vmlinux.old |
| 35 | --init-partitioned=/dev/sdb |
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 |
| 40 | parameters it must use. <c>2/vmlinux</c> means the kernel named |
40 | parameters it must use. <c>2/kernel-2.6.12.2-pa2</c> means the kernel named |
| 41 | <c>/vmlinux</c> resides on the second partition. Beware, the path to the |
41 | <c>/kernel-2.6.12.2-pa2</c> resides on the second partition. Beware, the path |
| 42 | kernel is relative to the boot partition, not to the root partition. |
42 | to the kernel is relative to the boot partition, not to the root partition. |
| 43 | </p> |
43 | </p> |
| 44 | |
44 | |
| 45 | <p> |
45 | <p> |
| 46 | The second line indicates which recovery kernel to use. If it is your |
46 | 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 |
47 | first install and you do not have a recovery kernel, please comment this |