josejx 07/04/02 02:22:45 Modified: hb-install-ppc-bootloader.xml Log: Fix a kernel naming issue.
Revision Changes Path 1.29 xml/htdocs/doc/en/handbook/draft/hb-install-ppc-bootloader.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-bootloader.xml?rev=1.29&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-bootloader.xml?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-bootloader.xml?r1=1.28&r2=1.29 Index: hb-install-ppc-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-bootloader.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- hb-install-ppc-bootloader.xml 1 Apr 2007 23:33:57 -0000 1.28 +++ hb-install-ppc-bootloader.xml 2 Apr 2007 02:22:45 -0000 1.29 @@ -4,7 +4,7 @@ <!-- 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/draft/hb-install-ppc-bootloader.xml,v 1.28 2007/04/01 23:33:57 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-bootloader.xml,v 1.29 2007/04/02 02:22:45 josejx Exp $ --> <sections> @@ -219,9 +219,9 @@ <comment>################# ## This section can be duplicated if you have more than one kernel or set of -## boot options - replace kernel-name with your kernel-version +## boot options - replace vmlinux with your kernel version #################</comment> -image=/boot/kernel-name +image=/boot/vmlinux label=Linux root=/dev/hda3 partition=3 @@ -230,7 +230,7 @@ <comment>################## ## G5 users and some G4 users should set -## macos=hd:13 +## macos=hd:13/ ## macosx=hd:12 ## instead of the example values.</comment> macos=/dev/hda13 @@ -462,8 +462,8 @@ </pre> <p> -Below is a complete <path>/etc/bootmenu</path> config file. The kernel-name -and initrd-name should be replaced by your kernel and initrd image names. +Below is a complete <path>/etc/bootmenu</path> config file. vmlinux and +initrd should be replaced by your kernel and initrd image names. </p> <pre caption = "bootcreator config file"> @@ -488,11 +488,11 @@ [SECTION] Local HD -> Linux (Normal) -ide:0 kernel-name video=radeonfb:[EMAIL PROTECTED] root=/dev/hda3 +ide:0 vmlinux video=radeonfb:[EMAIL PROTECTED] root=/dev/hda3 [SECTION] Local HD -> Genkernel (Normal) -ide:0 kernel-name root=/dev/ram0 real_root=/dev/hda3 init=/linuxrc initrd=initrd-name +ide:0 vmlinux root=/dev/ram0 real_root=/dev/hda3 init=/linuxrc initrd=initrd </pre> <p> -- [email protected] mailing list
