Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-hppa-bootloader.xml
Date: Sat, 31 Mar 2007 05:48:16
Message-Id: E1HXWRY-0008Nk-7r@stork.gentoo.org
1 nightmorph 07/03/31 05:48:04
2
3 Modified: hb-install-hppa-bootloader.xml
4 Log:
5 conditionals
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-bootloader.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-bootloader.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-bootloader.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-bootloader.xml?r1=1.1&r2=1.2
13
14 Index: hb-install-hppa-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-bootloader.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hb-install-hppa-bootloader.xml 19 Mar 2007 20:37:28 -0000 1.1
21 +++ hb-install-hppa-bootloader.xml 31 Mar 2007 05:48:04 -0000 1.2
22 @@ -4,11 +4,11 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-bootloader.xml,v 1.1 2007/03/19 20:37:28 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-bootloader.xml,v 1.2 2007/03/31 05:48:04 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>7.0</version>
32 +<version>8.0</version>
33 <date>2006-08-30</date>
34
35 <section>
36 @@ -16,22 +16,23 @@
37 <body>
38
39 <p>
40 -On the PA-RISC platform, the boot loader is called palo. You can find
41 -the configuration file in <path>/etc/palo.conf</path>. Here is a sample
42 +On the PA-RISC platform, the boot loader is called palo. You can find the
43 +configuration file in <path>/etc/palo.conf</path>. Here is a sample
44 configuration:
45 </p>
46
47 <pre caption = "/etc/palo.conf example">
48 ---commandline=2/kernel-2.6.16.18-pa11 root=/dev/sda4
49 +--commandline=2/<keyval id="kernel-name"/> root=/dev/sda4
50 --recoverykernel=/vmlinux.old
51 --init-partitioned=/dev/sda
52 </pre>
53
54 <p>
55 The first line tells palo the location of the kernel and which boot parameters
56 -it must use. <c>2/kernel-2.6.16.18-pa11</c> means the kernel named
57 -<c>kernel-2.6.16.18-pa11</c> resides on the second partition. Beware, the path
58 -to the kernel is relative to the partition, not to the root of your filesystem.
59 +it must use. <c>2/<keyval id="kernel-name"/></c> means the kernel named
60 +<c><keyval id="kernel-name"/></c> resides on the second partition. Beware, the
61 +path to the kernel is relative to the partition, not to the root of your
62 +filesystem.
63 </p>
64
65 <p>
66
67
68
69 --
70 gentoo-doc-cvs@g.o mailing list