Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-kernel.xml
Date: Sun, 13 Aug 2006 18:57:18
Message-Id: 20060813185707.C8ADD649EB@smtp.gentoo.org
1 rane 06/08/13 18:57:07
2
3 Modified: hb-install-alpha-kernel.xml
4 Log:
5 #143691, bumped kernel to 2.6.16.19, updated genkernel output
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-kernel.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-kernel.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-kernel.xml?r1=1.1&r2=1.2
13
14 Index: hb-install-alpha-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-kernel.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hb-install-alpha-kernel.xml 9 Aug 2006 16:35:14 -0000 1.1
21 +++ hb-install-alpha-kernel.xml 13 Aug 2006 18:57:07 -0000 1.2
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/2006.1/hb-install-alpha-kernel.xml,v 1.1 2006/08/09 16:35:14 fox2mike Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-alpha-kernel.xml,v 1.2 2006/08/13 18:57:07 rane Exp $ -->
28
29 <sections>
30
31 @@ -69,13 +69,13 @@
32 <p>
33 When you take a look in <path>/usr/src</path> you should see a symlink called
34 <path>linux</path> pointing to your kernel source. In this case, the installed
35 -kernel source points to <c>vanilla-sources-2.6.11.2</c>. Your version may be
36 +kernel source points to <c>vanilla-sources-2.6.16.19</c>. Your version may be
37 different, so keep this in mind.
38 </p>
39
40 <pre caption="Viewing the kernel source symlink">
41 # <i>ls -l /usr/src/linux</i>
42 -lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.6.11.2
43 +lrwxrwxrwx 1 root root 12 Oct 13 11:04 /usr/src/linux -&gt; linux-2.6.16.19
44 </pre>
45
46 <p>
47 @@ -354,28 +354,32 @@
48 </p>
49
50 <pre caption="Running genkernel">
51 +* Gentoo Linux Genkernel; Version 3.4.0
52 +* Running with options: all
53 +
54 +* Linux Kernel 2.6.16.19 for alpha...
55 +* kernel: >> Running mrproper...
56 # <i>genkernel all</i>
57 -GenKernel v3.0.1_beta10
58 -* ARCH: Alpha
59 -* KERNEL VER: 2.6.11.2
60 -* kernel: configuring source
61 -* kernel: running mrproper
62 <comment>(Output removed to increase readability)</comment>
63 * Kernel compiled successfully!
64 -* Required Kernel Params:
65 -* : root=/dev/ram0 init=/linuxrc real_root=/dev/$ROOT
66 -* where $ROOT is the devicenode for your root partition as
67 -* you should have specified in /etc/fstab
68 -*
69 -* You MUST tell your bootloader to use the generated initrd
70 -*
71 -* Recommended Kernel Params:
72 -* : vga=0x317 splash=verbose
73 -*
74 -* Do NOT report kernel bugs (configs included) as genkernel bugs.
75 -* Make sure you have the latest genkernel before reporting bugs
76 -*
77 -* For more info see /usr/share/genkernel/README
78 +*
79 +* Required Kernel Parameters:
80 +* real_root=/dev/$ROOT
81 +*
82 +* Where $ROOT is the device node for your root partition as the
83 +* one specified in /etc/fstab
84 +*
85 +* If you require Genkernel's hardware detection features; you MUST
86 +* tell your bootloader to use the provided INITRAMFS file. Otherwise;
87 +* substitute the root argument for the real_root argument if you are
88 +* not planning to use the initrd...
89 +
90 +* WARNING... WARNING... WARNING...
91 +* Additional kernel cmdline arguments that *may* be required to boot properly...
92 +* Do NOT report kernel bugs as genkernel bugs unless your bug
93 +* is about the default genkernel configuration...
94 +*
95 +* Make sure you have the latest genkernel before reporting bugs.
96 </pre>
97
98 <p>
99
100
101
102 --
103 gentoo-doc-cvs@g.o mailing list