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:02:58
Message-Id: E1HXWfa-00045v-HM@stork.gentoo.org
1 nightmorph 07/03/31 06:02:34
2
3 Modified: hb-install-hppa-kernel.xml
4 Log:
5 more updates and conditionals
6
7 Revision Changes Path
8 1.20 xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?rev=1.20&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?rev=1.20&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml?r1=1.19&r2=1.20
13
14 Index: hb-install-hppa-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml,v
17 retrieving revision 1.19
18 retrieving revision 1.20
19 diff -u -r1.19 -r1.20
20 --- hb-install-hppa-kernel.xml 19 Mar 2007 08:00:14 -0000 1.19
21 +++ hb-install-hppa-kernel.xml 31 Mar 2007 06:02:34 -0000 1.20
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-hppa-kernel.xml,v 1.19 2007/03/19 08:00:14 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-kernel.xml,v 1.20 2007/03/31 06:02:34 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -48,9 +48,7 @@
32
33 <p>
34 For HPPA we have <c>hppa-sources</c>. By default, these sources are based on the
35 -2.6 kernel sources. If you want to install a 2.4 kernel, you will need to
36 -install Gentoo from a working Internet connection as we do not supply those
37 -sources on our Installation CD. Continue by installing the kernel source.
38 +2.6 kernel sources.
39 </p>
40
41 <pre caption="Installing a kernel source">
42 @@ -291,14 +289,15 @@
43 </p>
44
45 <p>
46 -Now that your kernel source tree is installed, it's now time to compile your
47 -kernel by using our <c>genkernel</c> script to automatically build a kernel for
48 -you. <c>genkernel</c> works by configuring a kernel nearly identically to the
49 -way our Installation CD kernel is configured. This means that when you use
50 -<c>genkernel</c> to build your kernel, your system will generally detect all
51 -your hardware at boot-time, just like our Installation CD does. Because genkernel
52 -doesn't require any manual kernel configuration, it is an ideal solution for
53 -those users who may not be comfortable compiling their own kernels.
54 +Now that your kernel source tree is installed, it's now time to compile your
55 +kernel by using our <c>genkernel</c> script to automatically build a kernel for
56 +you. <c>genkernel</c> works by configuring a kernel nearly identically to the
57 +way our Installation CD kernel is configured. This means that when you use
58 +<c>genkernel</c> to build your kernel, your system will generally detect all
59 +your hardware at boot-time, just like our Installation CD does. Because
60 +genkernel doesn't require any manual kernel configuration, it is an ideal
61 +solution for those users who may not be comfortable compiling their own
62 +kernels.
63 </p>
64
65 <p>
66 @@ -324,22 +323,6 @@
67
68 <pre caption="Running genkernel">
69 # <i>genkernel all</i>
70 -<comment>(Output removed to increase readability)</comment>
71 -* Kernel compiled successfully!
72 -* Required Kernel Params:
73 -* : root=/dev/ram0 init=/linuxrc real_root=/dev/$ROOT
74 -* where $ROOT is the devicenode for your root partition as
75 -* you should have specified in /etc/fstab
76 -*
77 -* You MUST tell your bootloader to use the generated initrd
78 -*
79 -* Recommended Kernel Params:
80 -* : vga=0x317 splash=verbose
81 -*
82 -* Do NOT report kernel bugs (configs included) as genkernel bugs.
83 -* Make sure you have the latest genkernel before reporting bugs
84 -*
85 -* For more info see /usr/share/genkernel/README
86 </pre>
87
88 <p>
89
90
91
92 --
93 gentoo-doc-cvs@g.o mailing list