Gentoo Archives: gentoo-doc-cvs

From: Tobias Scherbaum <dertobi123@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-hppa-bootloader.xml
Date: Sun, 31 Jul 2005 12:20:36
Message-Id: 200507311219.j6VCJS68009204@robin.gentoo.org
1 dertobi123 05/07/31 12:20:18
2
3 Modified: xml/htdocs/doc/en/handbook/draft/2005.1
4 hb-install-hppa-bootloader.xml
5 Log:
6 Adjust bootloader configuration.
7
8 Revision Changes Path
9 1.4 +6 -6 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-bootloader.xml
10
11 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-bootloader.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
12 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-bootloader.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
13 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-bootloader.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
14
15 Index: hb-install-hppa-bootloader.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-bootloader.xml,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- hb-install-hppa-bootloader.xml 5 Jul 2005 08:17:48 -0000 1.3
22 +++ hb-install-hppa-bootloader.xml 31 Jul 2005 12:20:18 -0000 1.4
23 @@ -4,7 +4,7 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-bootloader.xml,v 1.3 2005/07/05 08:17:48 swift Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-bootloader.xml,v 1.4 2005/07/31 12:20:18 dertobi123 Exp $ -->
29
30 <sections>
31
32 @@ -22,16 +22,16 @@
33 </p>
34
35 <pre caption = "/etc/palo.conf example">
36 ---commandline=2/vmlinux root=/dev/sdb2 HOME=/
37 +--commandline=2/kernel-2.6.12.2-pa2 root=/dev/sda4
38 --recoverykernel=/vmlinux.old
39 ---init-partitioned=/dev/sdb
40 +--init-partitioned=/dev/sda
41 </pre>
42
43 <p>
44 The first line tells palo the location of the kernel and which boot
45 -parameters it must use. <c>2/vmlinux</c> means the kernel named <c>/vmlinux</c>
46 -resides on the second partition. Beware, the path to the kernel is
47 -relative to the partition, not to the root of your filesystem.
48 +parameters it must use. <c>2/kernel-2.6.12.2-pa2</c> means the kernel named
49 +<c>kernel-2.6.12.2-pa2</c> resides on the second partition. Beware, the path
50 +to the kernel is relative to the partition, not to the root of your filesystem.
51 </p>
52
53 <p>
54
55
56
57 --
58 gentoo-doc-cvs@g.o mailing list