Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-arm-bootloader.xml hb-install-arm-kernel.xml
Date: Wed, 14 Mar 2007 07:14:29
Message-Id: E1HRNgf-0005Ue-MZ@stork.gentoo.org
1 nightmorph 07/03/14 07:14:17
2
3 Modified: hb-install-arm-bootloader.xml
4 hb-install-arm-kernel.xml
5 Log:
6 arm handbook updates
7
8 Revision Changes Path
9 1.2 xml/htdocs/doc/en/handbook/draft/hb-install-arm-bootloader.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-bootloader.xml?rev=1.2&view=markup
12 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
13 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
14
15 Index: hb-install-arm-bootloader.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-bootloader.xml,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- hb-install-arm-bootloader.xml 14 Mar 2007 06:24:40 -0000 1.1
22 +++ hb-install-arm-bootloader.xml 14 Mar 2007 07:14:17 -0000 1.2
23 @@ -4,7 +4,7 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
26
27 -<!-- $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 $ -->
28 +<!-- $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 $ -->
29
30 <sections>
31
32 @@ -130,7 +130,7 @@
33 </pre>
34
35 <p>
36 -The other method is copying the vmlinux ELF to your ext2 boot partition and
37 +The other method is copying the vmlinuz ELF to your ext2 boot partition and
38 configuring NeTTrom to load that. Once you've copied your kernel over, reboot
39 the machine as the only way to configure NeTTrom is from inside NeTTrom itself.
40 Halt the autoboot process by pressing <c>*</c> twice followed by the return
41 @@ -143,7 +143,7 @@
42 NeTTrom> <i>setenv kernconfig fs</i>
43 NeTTrom> <i>setenv kerndev /dev/hda1</i>
44 NeTTrom> <i>setenv rootdev /dev/hda3</i>
45 -NeTTrom> <i>setenv kernfile /boot/vmlinux</i>
46 +NeTTrom> <i>setenv kernfile /boot/vmlinuz</i>
47 NeTTrom> <i>setenv cmdappend [custom kernel cmdline settings]</i>
48 NeTTrom> <i>save-all</i>
49 NeTTrom> <i>boot</i>
50
51
52
53 1.2 xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml?rev=1.2&view=markup
56 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
57 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
58
59 Index: hb-install-arm-kernel.xml
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-kernel.xml,v
62 retrieving revision 1.1
63 retrieving revision 1.2
64 diff -u -r1.1 -r1.2
65 --- hb-install-arm-kernel.xml 14 Mar 2007 06:24:40 -0000 1.1
66 +++ hb-install-arm-kernel.xml 14 Mar 2007 07:14:17 -0000 1.2
67 @@ -4,11 +4,11 @@
68 <!-- The content of this document is licensed under the CC-BY-SA license -->
69 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
70
71 -<!-- $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 $ -->
72 +<!-- $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 $ -->
73
74 <sections>
75
76 -<version>7.2</version>
77 +<version>8.0</version>
78 <date>2007-02-26</date>
79
80 <section>
81 @@ -17,8 +17,8 @@
82
83 <p>
84 You first need to select your timezone so that your system knows where it is
85 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
86 -it to <path>/etc/localtime</path>. Please avoid the
87 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
88 +set your timezone in <path>/etc/conf.d/rc</path>. Please avoid the
89 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
90 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
91 </p>
92 @@ -26,7 +26,8 @@
93 <pre caption="Setting the timezone information">
94 # <i>ls /usr/share/zoneinfo</i>
95 <comment>(Suppose you want to use GMT)</comment>
96 -# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
97 +# <i>nano -w /etc/conf.d/rc</i>
98 +TIMEZONE="GMT"
99 </pre>
100
101 </body>
102 @@ -272,9 +273,10 @@
103 </p>
104
105 <pre caption="Compiling the kernel">
106 -# <i>make &amp;&amp; make modules_install</i>
107 +# <i>make &amp;&amp; make modules_install &amp;&amp; make install</i>
108 </pre>
109
110 +<!--
111 <p>
112 When the kernel has finished compiling, copy the kernel image to
113 <path>/boot</path>. Use whatever name you feel is appropriate for your kernel
114 @@ -286,6 +288,7 @@
115 <pre caption="Installing the kernel">
116 # <i>cp vmlinux.gz /boot/<keyval id="kernel-name"/></i>
117 </pre>
118 +-->
119
120 <p>
121 Now continue with <uri link="#kernel_modules">Kernel Modules</uri>.
122
123
124
125 --
126 gentoo-doc-cvs@g.o mailing list