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: Sat, 18 Feb 2006 16:06:59
Message-Id: 200602181606.k1IG6d2M004235@robin.gentoo.org
1 josejx 06/02/18 16:06:38
2
3 Modified: xml/htdocs/doc/en/handbook/draft/2006.0
4 hb-install-ppc-bootloader.xml
5 Log:
6 Change the kernel versions and stop people from completely updating their systems when installing yaboot.
7
8 Revision Changes Path
9 1.3 +18 -19 xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc-bootloader.xml
10
11 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc-bootloader.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
12 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc-bootloader.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
13 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc-bootloader.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
14
15 Index: hb-install-ppc-bootloader.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc-bootloader.xml,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- hb-install-ppc-bootloader.xml 13 Feb 2006 17:07:35 -0000 1.2
22 +++ hb-install-ppc-bootloader.xml 18 Feb 2006 16:06:38 -0000 1.3
23 @@ -4,12 +4,12 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc-bootloader.xml,v 1.2 2006/02/13 17:07:35 josejx Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.0/hb-install-ppc-bootloader.xml,v 1.3 2006/02/18 16:06:38 josejx Exp $ -->
29
30 <sections>
31
32 -<version>5.4</version>
33 -<date>2006-02-09</date>
34 +<version>5.5</version>
35 +<date>2006-02-18</date>
36
37 <section>
38 <title>Choosing a Bootloader</title>
39 @@ -78,10 +78,10 @@
40 <pre caption="Adding genkernel boot arguments to yaboot.conf">
41 <comment>###########################################################
42 ## This section can be duplicated if you have more than one
43 -## kernel or set of boot options - replace kernel-2.6.12
44 +## kernel or set of boot options - replace kernel-2.6.15
45 ## with the exact filename of your kernel.
46 ###########################################################</comment>
47 -image=/boot/kernel-2.6.12
48 +image=/boot/kernel-2.6.15
49 label=Linux
50 root=/dev/ram0 <comment># If using genkernel this is /dev/ram0</comment>
51 partition=3
52 @@ -114,12 +114,12 @@
53 To use <c>yabootconfig</c>, your drive must have an Apple_Bootstrap partition,
54 and <path>/etc/fstab</path> must be configured to reflect your Linux
55 partitions. These steps should have already been completed before, but check
56 -<path>/etc/fstab</path> before proceeding. Now, ensure that you have the
57 -latest <c>yaboot</c> installed.
58 +<path>/etc/fstab</path> before proceeding. Now, ensure that you have
59 +<c>yaboot</c> installed.
60 </p>
61
62 <pre caption = "Installing yaboot with GRP">
63 -# <i>emerge --usepkg --update yaboot</i>
64 +# <i>emerge --usepkg yaboot</i>
65 </pre>
66
67 <p>
68 @@ -156,11 +156,11 @@
69 <body>
70
71 <p>
72 -First make sure you have the latest <c>yaboot</c> installed on your system:
73 +First make sure you have <c>yaboot</c> installed on your system:
74 </p>
75
76 -<pre caption = "Installing yaboot">
77 -# <i>emerge --usepkg --update yaboot</i>
78 +<pre caption = "Installing yaboot with GRP">
79 +# <i>emerge --usepkg yaboot</i>
80 </pre>
81
82 <p>
83 @@ -364,7 +364,7 @@
84 root = /dev/hda4
85 timeout = 30
86 default = gentoo
87 -image = /vmlinux-2.6.12
88 +image = /vmlinux-2.6.15
89 label = gentoo
90 </pre>
91
92 @@ -392,7 +392,7 @@
93 # <i>nvsetenv input-device kbd</i>
94 # <i>nvsetenv boot-device scsi/sd@1:0</i> <comment># For SCSI</comment>
95 # <i>nvsetenv boot-device ata/ata-disk@0:0</i> <comment># For ATA</comment>
96 -# <i>nvsetenv boot-file /boot/vmlinux-2.6.12 root=/dev/hda4</i> <comment>First item is the path to the kernel, the second is the root partition. You may append any kernel options to the end of this line.</comment>
97 +# <i>nvsetenv boot-file /boot/vmlinux-2.6.15 root=/dev/hda4</i> <comment>First item is the path to the kernel, the second is the root partition. You may append any kernel options to the end of this line.</comment>
98 # <i>nvsetenv boot-command boot</i> <comment># Set this to bye for MacOS and boot for Linux</comment>
99 </pre>
100
101 @@ -435,12 +435,11 @@
102 </impo>
103
104 <p>
105 -First make sure you have the latest <c>bootcreator</c> installed on your
106 -system:
107 +First make sure you have <c>bootcreator</c> installed on your system:
108 </p>
109
110 <pre caption = "Installing bootcreator">
111 -# <i>emerge --usepkg --update bootcreator</i>
112 +# <i>emerge --usepkg bootcreator</i>
113 </pre>
114
115 <p>
116 @@ -479,12 +478,12 @@
117 ide:0 boot2.img ramdebug edebugflags="logkprintf"
118
119 [SECTION]
120 -Local HD -> Linux 2.6.12 (Normal)
121 -ide:0 linux-2.6.12 video=radeonfb:1024x768@70 root=/dev/hda3
122 +Local HD -> Linux 2.6.15 (Normal)
123 +ide:0 linux-2.6.15 video=radeonfb:1024x768@70 root=/dev/hda3
124
125 [SECTION]
126 Local HD -> Genkernel (Normal)
127 -ide:0 kernelz-2.6.12 root=/dev/ram0 real_root=/dev/hda3 init=/linuxrc
128 +ide:0 kernelz-2.6.15 root=/dev/ram0 real_root=/dev/hda3 init=/linuxrc
129 </pre>
130
131 <p>
132
133
134
135 --
136 gentoo-doc-cvs@g.o mailing list