dertobi123    05/07/28 18:13:47

  Modified:    xml/htdocs/doc/en/handbook/draft/2005.1
                        hb-install-hppa-kernel.xml
                        hb-install-hppa-medium.xml
  Log:
  HPPA changes for 2005.1 ...

Revision  Changes    Path
1.4       +15 -15    
xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-kernel.xml

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
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
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

Index: hb-install-hppa-kernel.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-kernel.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-hppa-kernel.xml  5 Jul 2005 08:17:48 -0000       1.3
+++ hb-install-hppa-kernel.xml  28 Jul 2005 18:13:47 -0000      1.4
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>4.3</version>
-<date>2005-06-09</date>
+<version>4.4</version>
+<date>2005-07-28</date>
 
 <section>
 <title>Timezone</title>
@@ -61,7 +61,7 @@
 
 <pre caption="Viewing the kernel source symlink">
 # <i>ls -l /usr/src/linux</i>
-lrwxrwxrwx    1 root     root           12 Oct 13 11:04 /usr/src/linux -&gt; 
linux-2.6.10_p11
+lrwxrwxrwx    1 root     root           12 Oct 13 11:04 /usr/src/linux -&gt; 
linux-2.6.12.2-pa2
 </pre>
 
 <p>
@@ -72,7 +72,7 @@
 <pre caption="Changing the kernel source symlink">
 # <i>rm /usr/src/linux</i>
 # <i>cd /usr/src</i>
-# <i>ln -s linux-2.6.10_p11 linux</i>
+# <i>ln -s linux-2.6.12.2-pa2 linux</i>
 </pre>
 
 <p>
@@ -265,12 +265,12 @@
 <p>
 When the kernel has finished compiling, copy the kernel image to
 <path>/boot</path>. In the next example we assume you have configured and
-compiled <c>hppa-sources-2.6.10_p11</c>.
+compiled <c>hppa-sources-2.6.12.2-pa2</c>.
 </p>
 
 <pre caption="Installing the kernel">
-# <i>cp vmlinux /boot/kernel-2.6.10_p11</i>
-# <i>cp System.map /boot/System.map-2.6.10_p11</i>
+# <i>cp vmlinux /boot/kernel-2.6.12.2-pa2</i>
+# <i>cp System.map /boot/System.map-2.6.12.2-pa2</i>
 </pre>
 
 <p>
@@ -279,7 +279,7 @@
 </p>
 
 <pre caption="Backing up your kernel configuration">
-# <i>cp .config /boot/config-2.6.10_p11</i>
+# <i>cp .config /boot/config-2.6.12.2-pa2</i>
 </pre>
 
 <p>
@@ -367,14 +367,14 @@
 
 <p>
 Now, let's perform one more step to get our system to be more like the 
-Installation CD -- let's emerge <c>hotplug</c>. While the initrd autodetects 
-hardware that is needed to boot your system, <c>hotplug</c> autodetects 
-everything else. To emerge and enable <c>hotplug</c>, type the following:
+Installation CD -- let's emerge <c>coldplug</c>. While the initrd autodetects 
+hardware that is needed to boot your system, <c>coldplug</c> autodetects 
+everything else. To emerge and enable <c>coldplug</c>, type the following:
 </p>
 
-<pre caption="Emerging and enabling hotplug">
-# <i>emerge hotplug</i>
-# <i>rc-update add hotplug default</i>
+<pre caption="Emerging and enabling coldplug">
+# <i>emerge coldplug</i>
+# <i>rc-update add coldplug default</i>
 </pre>
 
 </body>



1.5       +30 -21    
xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-medium.xml

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
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
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

Index: hb-install-hppa-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-hppa-medium.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-hppa-medium.xml  5 Jul 2005 09:14:19 -0000       1.4
+++ hb-install-hppa-medium.xml  28 Jul 2005 18:13:47 -0000      1.5
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
 
-<version>4.2</version>
-<date>2005-05-24</date>
+<version>4.3</version>
+<date>2005-07-27</date>
 
 <section>
 <title>Hardware Requirements</title>
@@ -302,23 +302,32 @@
 Attempting to load IPL.
 
 
-Hard booted.
-palo ipl 1.2 [EMAIL PROTECTED] Tue Apr  8 12:43:07 CEST 2003
+HARD Booted.
+palo ipl 1.5 [EMAIL PROTECTED] Sat Apr 23 18:06:47 CEST 2005
 
 Boot image contains:
-    0/vmlinux32 4028015 bytes @ 0x1520000
-    0/ramdisk 834748 bytes @ 0xf800
-Current command line:
-0/vmlinux initrd=initrd.gz TERM=linux console=tty root=/dev/ram0 init=/linuxrc
-  0: 0/vmlinux
-  1: initrd=initrd.gz
-  2: TERM=linux
-  3: console=tty
-  4: root=/dev/ram0
-  5: init=/linuxrc
-
-Edit which field?
-(or 'b' to boot with this command line)? 
+    0/vmlinux32 6241293 bytes @ 0x3904000
+    0/vmlinux64 8352719 bytes @ 0x3ef8000
+    0/ramdisk 1007589 bytes @ 0x105800
+
+Information: No console specified on kernel command line. This is normal.
+PALO will choose the console currently used by firmware (serial).Current 
command line:
+0/vmlinux initrd=initrd TERM=linux root=/dev/ram0 init=/linuxrc cdroot 
looptype=squashfs loop=/livecd.squashfs hda=scsi console=ttyS0
+ 0: 0/vmlinux
+ 1: initrd=initrd
+ 2: TERM=linux
+ 3: root=/dev/ram0
+ 4: init=/linuxrc
+ 5: cdroot
+ 6: looptype=squashfs
+ 7: loop=/livecd.squashfs
+ 8: hda=scsi
+ 9: console=ttyS0
+
+&lt;#&gt;    edit the numbered field
+'b'    boot with this command line
+'r'    restore command line
+'l'    list dir
 </pre>
 
 <p>
@@ -334,9 +343,9 @@
 disable loading of particular modules.
 </p>
 
-<pre caption="Adding cdcache as boot option">
-(or 'b' to boot with this command line)? <i>5</i>
-init=/linuxrc <i>cdcache</i>
+<pre caption="Adding hdb=scsi as boot option">
+(or 'b' to boot with this command line)? <i>9</i>
+console=ttyS0 <i>hdb=scsi</i>
 </pre>
 
 <p>



-- 
[email protected] mailing list

Reply via email to