nightmorph 07/03/31 05:48:04 Modified: hb-install-hppa-bootloader.xml Log: conditionals
Revision Changes Path 1.2 xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-bootloader.xml 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 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 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 Index: hb-install-hppa-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-bootloader.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hb-install-hppa-bootloader.xml 19 Mar 2007 20:37:28 -0000 1.1 +++ hb-install-hppa-bootloader.xml 31 Mar 2007 05:48:04 -0000 1.2 @@ -4,11 +4,11 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $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 $ --> +<!-- $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 $ --> <sections> -<version>7.0</version> +<version>8.0</version> <date>2006-08-30</date> <section> @@ -16,22 +16,23 @@ <body> <p> -On the PA-RISC platform, the boot loader is called palo. You can find -the configuration file in <path>/etc/palo.conf</path>. Here is a sample +On the PA-RISC platform, the boot loader is called palo. You can find the +configuration file in <path>/etc/palo.conf</path>. Here is a sample configuration: </p> <pre caption = "/etc/palo.conf example"> ---commandline=2/kernel-2.6.16.18-pa11 root=/dev/sda4 +--commandline=2/<keyval id="kernel-name"/> root=/dev/sda4 --recoverykernel=/vmlinux.old --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/kernel-2.6.16.18-pa11</c> means the kernel named -<c>kernel-2.6.16.18-pa11</c> resides on the second partition. Beware, the path -to the kernel is relative to the partition, not to the root of your filesystem. +it must use. <c>2/<keyval id="kernel-name"/></c> means the kernel named +<c><keyval id="kernel-name"/></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
