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-alpha-kernel.xml
Date: Mon, 19 Mar 2007 07:09:26
Message-Id: E1HTByO-0008Qy-5I@stork.gentoo.org
1 nightmorph 07/03/19 07:08:04
2
3 Modified: hb-install-alpha-kernel.xml
4 Log:
5 fix some alpha kernel stuff
6
7 Revision Changes Path
8 1.15 xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml?r1=1.14&r2=1.15
13
14 Index: hb-install-alpha-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- hb-install-alpha-kernel.xml 14 Mar 2007 07:04:34 -0000 1.14
21 +++ hb-install-alpha-kernel.xml 19 Mar 2007 07:08:04 -0000 1.15
22 @@ -4,7 +4,7 @@
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/draft/hb-install-alpha-kernel.xml,v 1.14 2007/03/14 07:04:34 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-kernel.xml,v 1.15 2007/03/19 07:08:04 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -26,7 +26,7 @@
32 <pre caption="Setting the timezone information">
33 # <i>ls /usr/share/zoneinfo</i>
34 <comment>(Suppose you want to use GMT)</comment>
35 -# <i>nano -w /etc/conf.d/rc</i>
36 +# <i>nano -w /etc/conf.d/clock</i>
37 TIMEZONE="GMT"
38 </pre>
39
40 @@ -66,13 +66,13 @@
41 <p>
42 When you take a look in <path>/usr/src</path> you should see a symlink called
43 <path>linux</path> pointing to your kernel source. In this case, the installed
44 -kernel source points to <c>gentoo-sources-2.6.16.19</c>. Your version may be
45 -different, so keep this in mind.
46 +kernel source points to <c>gentoo-sources-<keyval id="kernel-version"/></c>.
47 +Your version may be different, so keep this in mind.
48 </p>
49
50 <pre caption="Viewing the kernel source symlink">
51 # <i>ls -l /usr/src/linux</i>
52 -lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.6.16.19
53 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-<keyval id="kernel-version"/>
54 </pre>
55
56 <p>
57 @@ -292,13 +292,12 @@
58 # <i>make dep &amp;&amp; make vmlinux modules modules_install</i>
59
60 <comment>(For 2.6 kernel)</comment>
61 -# <i>make &amp;&amp; make modules_install &amp;&amp; make install</i>
62 +# <i>make &amp;&amp; make modules_install</i>
63
64 <comment>(For all kernels)</comment>
65 # <i>make boot</i>
66 </pre>
67
68 -<!--
69 <p>
70 When the kernel has finished compiling, copy the kernel image to
71 <path>/boot</path>. Recent kernels might create <path>vmlinux</path> instead of
72 @@ -308,7 +307,6 @@
73 <pre caption="Installing the kernel">
74 # <i>cp arch/alpha/boot/vmlinux.gz /boot/</i>
75 </pre>
76 --->
77
78 <p>
79 Now continue with <uri link="#kernel_modules">Installing Separate Kernel
80
81
82
83 --
84 gentoo-doc-cvs@g.o mailing list