Gentoo Archives: gentoo-doc-cvs

From: Tobias Scherbaum <dertobi123@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-hppa-kernel.xml
Date: Thu, 28 Jul 2005 18:14:13
Message-Id: 200507281813.j6SIDVkg011767@robin.gentoo.org
1 dertobi123 05/07/28 18:13:47
2
3 Modified: xml/htdocs/doc/en/handbook/draft/2005.1
4 hb-install-hppa-kernel.xml
5 hb-install-hppa-medium.xml
6 Log:
7 HPPA changes for 2005.1 ...
8
9 Revision Changes Path
10 1.4 +15 -15 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-kernel.xml
11
12 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-kernel.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
13 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-kernel.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
14 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-kernel.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
15
16 Index: hb-install-hppa-kernel.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-kernel.xml,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- hb-install-hppa-kernel.xml 5 Jul 2005 08:17:48 -0000 1.3
23 +++ hb-install-hppa-kernel.xml 28 Jul 2005 18:13:47 -0000 1.4
24 @@ -4,12 +4,12 @@
25 <!-- The content of this document is licensed under the CC-BY-SA license -->
26 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
27
28 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-kernel.xml,v 1.3 2005/07/05 08:17:48 swift Exp $ -->
29 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-kernel.xml,v 1.4 2005/07/28 18:13:47 dertobi123 Exp $ -->
30
31 <sections>
32
33 -<version>4.3</version>
34 -<date>2005-06-09</date>
35 +<version>4.4</version>
36 +<date>2005-07-28</date>
37
38 <section>
39 <title>Timezone</title>
40 @@ -61,7 +61,7 @@
41
42 <pre caption="Viewing the kernel source symlink">
43 # <i>ls -l /usr/src/linux</i>
44 -lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.6.10_p11
45 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.6.12.2-pa2
46 </pre>
47
48 <p>
49 @@ -72,7 +72,7 @@
50 <pre caption="Changing the kernel source symlink">
51 # <i>rm /usr/src/linux</i>
52 # <i>cd /usr/src</i>
53 -# <i>ln -s linux-2.6.10_p11 linux</i>
54 +# <i>ln -s linux-2.6.12.2-pa2 linux</i>
55 </pre>
56
57 <p>
58 @@ -265,12 +265,12 @@
59 <p>
60 When the kernel has finished compiling, copy the kernel image to
61 <path>/boot</path>. In the next example we assume you have configured and
62 -compiled <c>hppa-sources-2.6.10_p11</c>.
63 +compiled <c>hppa-sources-2.6.12.2-pa2</c>.
64 </p>
65
66 <pre caption="Installing the kernel">
67 -# <i>cp vmlinux /boot/kernel-2.6.10_p11</i>
68 -# <i>cp System.map /boot/System.map-2.6.10_p11</i>
69 +# <i>cp vmlinux /boot/kernel-2.6.12.2-pa2</i>
70 +# <i>cp System.map /boot/System.map-2.6.12.2-pa2</i>
71 </pre>
72
73 <p>
74 @@ -279,7 +279,7 @@
75 </p>
76
77 <pre caption="Backing up your kernel configuration">
78 -# <i>cp .config /boot/config-2.6.10_p11</i>
79 +# <i>cp .config /boot/config-2.6.12.2-pa2</i>
80 </pre>
81
82 <p>
83 @@ -367,14 +367,14 @@
84
85 <p>
86 Now, let's perform one more step to get our system to be more like the
87 -Installation CD -- let's emerge <c>hotplug</c>. While the initrd autodetects
88 -hardware that is needed to boot your system, <c>hotplug</c> autodetects
89 -everything else. To emerge and enable <c>hotplug</c>, type the following:
90 +Installation CD -- let's emerge <c>coldplug</c>. While the initrd autodetects
91 +hardware that is needed to boot your system, <c>coldplug</c> autodetects
92 +everything else. To emerge and enable <c>coldplug</c>, type the following:
93 </p>
94
95 -<pre caption="Emerging and enabling hotplug">
96 -# <i>emerge hotplug</i>
97 -# <i>rc-update add hotplug default</i>
98 +<pre caption="Emerging and enabling coldplug">
99 +# <i>emerge coldplug</i>
100 +# <i>rc-update add coldplug default</i>
101 </pre>
102
103 </body>
104
105
106
107 1.5 +30 -21 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-medium.xml
108
109 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-medium.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
110 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-medium.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
111 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-medium.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
112
113 Index: hb-install-hppa-medium.xml
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-medium.xml,v
116 retrieving revision 1.4
117 retrieving revision 1.5
118 diff -u -r1.4 -r1.5
119 --- hb-install-hppa-medium.xml 5 Jul 2005 09:14:19 -0000 1.4
120 +++ hb-install-hppa-medium.xml 28 Jul 2005 18:13:47 -0000 1.5
121 @@ -4,12 +4,12 @@
122 <!-- The content of this document is licensed under the CC-BY-SA license -->
123 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
124
125 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-medium.xml,v 1.4 2005/07/05 09:14:19 swift Exp $ -->
126 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-medium.xml,v 1.5 2005/07/28 18:13:47 dertobi123 Exp $ -->
127
128 <sections>
129
130 -<version>4.2</version>
131 -<date>2005-05-24</date>
132 +<version>4.3</version>
133 +<date>2005-07-27</date>
134
135 <section>
136 <title>Hardware Requirements</title>
137 @@ -302,23 +302,32 @@
138 Attempting to load IPL.
139
140
141 -Hard booted.
142 -palo ipl 1.2 root@×××××.da-kot Tue Apr 8 12:43:07 CEST 2003
143 +HARD Booted.
144 +palo ipl 1.5 root@hope Sat Apr 23 18:06:47 CEST 2005
145
146 Boot image contains:
147 - 0/vmlinux32 4028015 bytes @ 0x1520000
148 - 0/ramdisk 834748 bytes @ 0xf800
149 -Current command line:
150 -0/vmlinux initrd=initrd.gz TERM=linux console=tty root=/dev/ram0 init=/linuxrc
151 - 0: 0/vmlinux
152 - 1: initrd=initrd.gz
153 - 2: TERM=linux
154 - 3: console=tty
155 - 4: root=/dev/ram0
156 - 5: init=/linuxrc
157 -
158 -Edit which field?
159 -(or 'b' to boot with this command line)?
160 + 0/vmlinux32 6241293 bytes @ 0x3904000
161 + 0/vmlinux64 8352719 bytes @ 0x3ef8000
162 + 0/ramdisk 1007589 bytes @ 0x105800
163 +
164 +Information: No console specified on kernel command line. This is normal.
165 +PALO will choose the console currently used by firmware (serial).Current command line:
166 +0/vmlinux initrd=initrd TERM=linux root=/dev/ram0 init=/linuxrc cdroot looptype=squashfs loop=/livecd.squashfs hda=scsi console=ttyS0
167 + 0: 0/vmlinux
168 + 1: initrd=initrd
169 + 2: TERM=linux
170 + 3: root=/dev/ram0
171 + 4: init=/linuxrc
172 + 5: cdroot
173 + 6: looptype=squashfs
174 + 7: loop=/livecd.squashfs
175 + 8: hda=scsi
176 + 9: console=ttyS0
177 +
178 +&lt;#&gt; edit the numbered field
179 +'b' boot with this command line
180 +'r' restore command line
181 +'l' list dir
182 </pre>
183
184 <p>
185 @@ -334,9 +343,9 @@
186 disable loading of particular modules.
187 </p>
188
189 -<pre caption="Adding cdcache as boot option">
190 -(or 'b' to boot with this command line)? <i>5</i>
191 -init=/linuxrc <i>cdcache</i>
192 +<pre caption="Adding hdb=scsi as boot option">
193 +(or 'b' to boot with this command line)? <i>9</i>
194 +console=ttyS0 <i>hdb=scsi</i>
195 </pre>
196
197 <p>
198
199
200
201 --
202 gentoo-doc-cvs@g.o mailing list