dertobi123 05/07/31 12:20:18
Modified: xml/htdocs/doc/en/handbook/draft/2005.1
hb-install-hppa-bootloader.xml
Log:
Adjust bootloader configuration.
Revision Changes Path
1.4 +6 -6
xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-bootloader.xml
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
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
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
Index: hb-install-hppa-bootloader.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-bootloader.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-hppa-bootloader.xml 5 Jul 2005 08:17:48 -0000 1.3
+++ hb-install-hppa-bootloader.xml 31 Jul 2005 12:20:18 -0000 1.4
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
-<!-- $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 $ -->
+<!-- $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 $ -->
<sections>
@@ -22,16 +22,16 @@
</p>
<pre caption = "/etc/palo.conf example">
---commandline=2/vmlinux root=/dev/sdb2 HOME=/
+--commandline=2/kernel-2.6.12.2-pa2 root=/dev/sda4
--recoverykernel=/vmlinux.old
---init-partitioned=/dev/sdb
+--init-partitioned=/dev/sda
</pre>
<p>
The first line tells palo the location of the kernel and which boot
-parameters it must use. <c>2/vmlinux</c> means the kernel named <c>/vmlinux</c>
-resides on the second partition. Beware, the path to the kernel is
-relative to the partition, not to the root of your filesystem.
+parameters it must use. <c>2/kernel-2.6.12.2-pa2</c> means the kernel named
+<c>kernel-2.6.12.2-pa2</c> resides on the second partition. Beware, the path
+to the kernel is relative to the partition, not to the root of your filesystem.
</p>
<p>
--
[email protected] mailing list