Gentoo Archives: gentoo-doc-cvs

From: Joseph Jezak <josejx@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-ppc-bootloader.xml
Date: Mon, 02 Apr 2007 02:22:58
Message-Id: E1HYCBx-0006c1-DN@stork.gentoo.org
1 josejx 07/04/02 02:22:45
2
3 Modified: hb-install-ppc-bootloader.xml
4 Log:
5 Fix a kernel naming issue.
6
7 Revision Changes Path
8 1.29 xml/htdocs/doc/en/handbook/draft/hb-install-ppc-bootloader.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-bootloader.xml?rev=1.29&view=markup
11 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
12 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
13
14 Index: hb-install-ppc-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-bootloader.xml,v
17 retrieving revision 1.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- hb-install-ppc-bootloader.xml 1 Apr 2007 23:33:57 -0000 1.28
21 +++ hb-install-ppc-bootloader.xml 2 Apr 2007 02:22:45 -0000 1.29
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $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 $ -->
27 +<!-- $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 $ -->
28
29 <sections>
30
31 @@ -219,9 +219,9 @@
32
33 <comment>#################
34 ## This section can be duplicated if you have more than one kernel or set of
35 -## boot options - replace kernel-name with your kernel-version
36 +## boot options - replace vmlinux with your kernel version
37 #################</comment>
38 -image=/boot/kernel-name
39 +image=/boot/vmlinux
40 label=Linux
41 root=/dev/hda3
42 partition=3
43 @@ -230,7 +230,7 @@
44 <comment>##################
45
46 ## G5 users and some G4 users should set
47 -## macos=hd:13
48 +## macos=hd:13/
49 ## macosx=hd:12
50 ## instead of the example values.</comment>
51 macos=/dev/hda13
52 @@ -462,8 +462,8 @@
53 </pre>
54
55 <p>
56 -Below is a complete <path>/etc/bootmenu</path> config file. The kernel-name
57 -and initrd-name should be replaced by your kernel and initrd image names.
58 +Below is a complete <path>/etc/bootmenu</path> config file. vmlinux and
59 +initrd should be replaced by your kernel and initrd image names.
60 </p>
61
62 <pre caption = "bootcreator config file">
63 @@ -488,11 +488,11 @@
64
65 [SECTION]
66 Local HD -> Linux (Normal)
67 -ide:0 kernel-name video=radeonfb:1024x768@70 root=/dev/hda3
68 +ide:0 vmlinux video=radeonfb:1024x768@70 root=/dev/hda3
69
70 [SECTION]
71 Local HD -> Genkernel (Normal)
72 -ide:0 kernel-name root=/dev/ram0 real_root=/dev/hda3 init=/linuxrc initrd=initrd-name
73 +ide:0 vmlinux root=/dev/ram0 real_root=/dev/hda3 init=/linuxrc initrd=initrd
74 </pre>
75
76 <p>
77
78
79
80 --
81 gentoo-doc-cvs@g.o mailing list