nightmorph 07/03/14 07:14:17
Modified: hb-install-arm-bootloader.xml
hb-install-arm-kernel.xml
Log:
arm handbook updates
Revision Changes Path
1.2
xml/htdocs/doc/en/handbook/draft/hb-install-arm-bootloader.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-bootloader.xml?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-bootloader.xml?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-bootloader.xml?r1=1.1&r2=1.2
Index: hb-install-arm-bootloader.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-bootloader.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-arm-bootloader.xml 14 Mar 2007 06:24:40 -0000 1.1
+++ hb-install-arm-bootloader.xml 14 Mar 2007 07:14:17 -0000 1.2
@@ -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-arm-bootloader.xml,v
1.1 2007/03/14 06:24:40 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-bootloader.xml,v
1.2 2007/03/14 07:14:17 nightmorph Exp $ -->
<sections>
@@ -130,7 +130,7 @@
</pre>
<p>
-The other method is copying the vmlinux ELF to your ext2 boot partition and
+The other method is copying the vmlinuz ELF to your ext2 boot partition and
configuring NeTTrom to load that. Once you've copied your kernel over, reboot
the machine as the only way to configure NeTTrom is from inside NeTTrom itself.
Halt the autoboot process by pressing <c>*</c> twice followed by the return
@@ -143,7 +143,7 @@
NeTTrom> <i>setenv kernconfig fs</i>
NeTTrom> <i>setenv kerndev /dev/hda1</i>
NeTTrom> <i>setenv rootdev /dev/hda3</i>
-NeTTrom> <i>setenv kernfile /boot/vmlinux</i>
+NeTTrom> <i>setenv kernfile /boot/vmlinuz</i>
NeTTrom> <i>setenv cmdappend [custom kernel cmdline settings]</i>
NeTTrom> <i>save-all</i>
NeTTrom> <i>boot</i>
1.2 xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml?r1=1.1&r2=1.2
Index: hb-install-arm-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-arm-kernel.xml 14 Mar 2007 06:24:40 -0000 1.1
+++ hb-install-arm-kernel.xml 14 Mar 2007 07:14:17 -0000 1.2
@@ -4,11 +4,11 @@
<!-- 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-arm-kernel.xml,v
1.1 2007/03/14 06:24:40 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml,v
1.2 2007/03/14 07:14:17 nightmorph Exp $ -->
<sections>
-<version>7.2</version>
+<version>8.0</version>
<date>2007-02-26</date>
<section>
@@ -17,8 +17,8 @@
<p>
You first need to select your timezone so that your system knows where it is
-located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
-it to <path>/etc/localtime</path>. Please avoid the
+located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
+set your timezone in <path>/etc/conf.d/rc</path>. Please avoid the
<path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
</p>
@@ -26,7 +26,8 @@
<pre caption="Setting the timezone information">
# <i>ls /usr/share/zoneinfo</i>
<comment>(Suppose you want to use GMT)</comment>
-# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
+# <i>nano -w /etc/conf.d/rc</i>
+TIMEZONE="GMT"
</pre>
</body>
@@ -272,9 +273,10 @@
</p>
<pre caption="Compiling the kernel">
-# <i>make && make modules_install</i>
+# <i>make && make modules_install && make install</i>
</pre>
+<!--
<p>
When the kernel has finished compiling, copy the kernel image to
<path>/boot</path>. Use whatever name you feel is appropriate for your kernel
@@ -286,6 +288,7 @@
<pre caption="Installing the kernel">
# <i>cp vmlinux.gz /boot/<keyval id="kernel-name"/></i>
</pre>
+-->
<p>
Now continue with <uri link="#kernel_modules">Kernel Modules</uri>.
--
[email protected] mailing list