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-hppa-kernel.xml
Date: Sat, 31 Mar 2007 06:03:34
Message-Id: E1HXWgK-0004jY-Mq@stork.gentoo.org
1 nightmorph 07/03/31 06:03:20
2
3 Modified: hb-install-hppa-kernel.xml
4 Log:
5 more updates and conditionals
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml?r1=1.1&r2=1.2
13
14 Index: hb-install-hppa-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hb-install-hppa-kernel.xml 19 Mar 2007 20:37:28 -0000 1.1
21 +++ hb-install-hppa-kernel.xml 31 Mar 2007 06:03:20 -0000 1.2
22 @@ -4,11 +4,11 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml,v 1.1 2007/03/19 20:37:28 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml,v 1.2 2007/03/31 06:03:20 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>7.3</version>
32 +<version>8.0</version>
33 <date>2007-03-12</date>
34
35 <section>
36 @@ -17,8 +17,8 @@
37
38 <p>
39 You first need to select your timezone so that your system knows where it is
40 -located. Look for your timezone in <path>/usr/share/zoneinfo</path>, then copy
41 -it to <path>/etc/localtime</path>. Please avoid the
42 +located. Look for your timezone in <path>/usr/share/zoneinfo</path>. You then
43 +set your timezone in <path>/etc/conf.d/clock</path>. Please avoid the
44 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
45 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
46 </p>
47 @@ -26,7 +26,8 @@
48 <pre caption="Setting the timezone information">
49 # <i>ls /usr/share/zoneinfo</i>
50 <comment>(Suppose you want to use GMT)</comment>
51 -# <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i>
52 +# <i>nano -w /etc/conf.d/clock</i>
53 +TIMEZONE="GMT"
54 </pre>
55
56 </body>
57 @@ -47,9 +48,7 @@
58
59 <p>
60 For HPPA we have <c>hppa-sources</c>. By default these sources are based on the
61 -2.6 kernel sources. If you want to install a 2.4 kernel, you will need to
62 -install Gentoo from a working Internet connection as we do not supply those
63 -sources on our Installation CD. Continue by installing the kernel source.
64 +2.6 kernel sources.
65 </p>
66
67 <pre caption="Installing a kernel source">
68 @@ -59,13 +58,13 @@
69 <p>
70 When you take a look in <path>/usr/src</path> you should see a symlink called
71 <path>linux</path> pointing to your kernel source. In this case, the installed
72 -kernel source points to <c>hppa-sources-2.6.16.18-pa11</c>. Your version may be
73 -different, so keep this in mind.
74 +kernel source points to <c>hppa-sources-<keyval id="kernel-version"/></c>. Your
75 +version may be different, so keep this in mind.
76 </p>
77
78 <pre caption="Viewing the kernel source symlink">
79 # <i>ls -l /usr/src/linux</i>
80 -lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; hppa-sources-2.6.16.18-pa11
81 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-<keyval id="kernel-version"/>
82 </pre>
83
84 <p>
85 @@ -139,6 +138,8 @@
86 <pre caption="Selecting experimental code/drivers">
87 Code maturity level options ---&gt;
88 [*] Prompt for development and/or incomplete code/drivers
89 +General setup --->
90 + [*] Support for hot-pluggable devices
91 </pre>
92
93 <p>
94 @@ -288,14 +289,15 @@
95 </p>
96
97 <p>
98 -Now that your kernel source tree is installed, it's now time to compile your
99 -kernel by using our <c>genkernel</c> script to automatically build a kernel for
100 -you. <c>genkernel</c> works by configuring a kernel nearly identically to the
101 -way our Installation CD kernel is configured. This means that when you use
102 -<c>genkernel</c> to build your kernel, your system will generally detect all
103 -your hardware at boot-time, just like our Installation CD does. Because genkernel
104 -doesn't require any manual kernel configuration, it is an ideal solution for
105 -those users who may not be comfortable compiling their own kernels.
106 +Now that your kernel source tree is installed, it's now time to compile your
107 +kernel by using our <c>genkernel</c> script to automatically build a kernel for
108 +you. <c>genkernel</c> works by configuring a kernel nearly identically to the
109 +way our Installation CD kernel is configured. This means that when you use
110 +<c>genkernel</c> to build your kernel, your system will generally detect all
111 +your hardware at boot-time, just like our Installation CD does. Because
112 +genkernel doesn't require any manual kernel configuration, it is an ideal
113 +solution for those users who may not be comfortable compiling their own
114 +kernels.
115 </p>
116
117 <p>
118 @@ -321,22 +323,6 @@
119
120 <pre caption="Running genkernel">
121 # <i>genkernel all</i>
122 -<comment>(Output removed to increase readability)</comment>
123 -* Kernel compiled successfully!
124 -* Required Kernel Params:
125 -* : root=/dev/ram0 init=/linuxrc real_root=/dev/$ROOT
126 -* where $ROOT is the devicenode for your root partition as
127 -* you should have specified in /etc/fstab
128 -*
129 -* You MUST tell your bootloader to use the generated initrd
130 -*
131 -* Recommended Kernel Params:
132 -* : vga=0x317 splash=verbose
133 -*
134 -* Do NOT report kernel bugs (configs included) as genkernel bugs.
135 -* Make sure you have the latest genkernel before reporting bugs
136 -*
137 -* For more info see /usr/share/genkernel/README
138 </pre>
139
140 <p>
141
142
143
144 --
145 gentoo-doc-cvs@g.o mailing list