From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HXWRk-00035N-BZ for garchives@archives.gentoo.org; Sat, 31 Mar 2007 05:48:16 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l2V5m6fH030380; Sat, 31 Mar 2007 05:48:06 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l2V5m5D8030375 for ; Sat, 31 Mar 2007 05:48:06 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 1338E642EC for ; Sat, 31 Mar 2007 05:48:05 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1HXWRY-0008Nk-7r for gentoo-doc-cvs@lists.gentoo.org; Sat, 31 Mar 2007 05:48:04 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-hppa-bootloader.xml Message-Id: From: Josh Saddler Date: Sat, 31 Mar 2007 05:48:04 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 7fe9e537-b016-4667-8a5c-8f1391297243 X-Archives-Hash: d8a85a0ba5871295f42b77dee1b72927 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 @@ - + -7.0 +8.0 2006-08-30
@@ -16,22 +16,23 @@

-On the PA-RISC platform, the boot loader is called palo. You can find -the configuration file in /etc/palo.conf. Here is a sample +On the PA-RISC platform, the boot loader is called palo. You can find the +configuration file in /etc/palo.conf. Here is a sample configuration:

---commandline=2/kernel-2.6.16.18-pa11 root=/dev/sda4
+--commandline=2/ root=/dev/sda4
 --recoverykernel=/vmlinux.old
 --init-partitioned=/dev/sda
 

The first line tells palo the location of the kernel and which boot parameters -it must use. 2/kernel-2.6.16.18-pa11 means the kernel named -kernel-2.6.16.18-pa11 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. 2/ means the kernel named + resides on the second partition. Beware, the +path to the kernel is relative to the partition, not to the root of your +filesystem.

-- gentoo-doc-cvs@gentoo.org mailing list