Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-ia64-kernel.xml
Date: Wed, 10 Sep 2008 23:39:33
Message-Id: E1KdZHV-0002BD-RM@stork.gentoo.org
1 nightmorph 08/09/10 23:39:29
2
3 Modified: hb-install-ia64-kernel.xml
4 Log:
5 removed obsolete udev option; genkernel does this by default
6
7 Revision Changes Path
8 1.19 xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml?r1=1.18&r2=1.19
13
14 Index: hb-install-ia64-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- hb-install-ia64-kernel.xml 22 Jun 2008 01:13:03 -0000 1.18
21 +++ hb-install-ia64-kernel.xml 10 Sep 2008 23:39:29 -0000 1.19
22 @@ -4,12 +4,12 @@
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/hb-install-ia64-kernel.xml,v 1.18 2008/06/22 01:13:03 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.19 2008/09/10 23:39:29 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>9.2</version>
32 -<date>2008-06-21</date>
33 +<version>9.3</version>
34 +<date>2008-09-10</date>
35
36 <section>
37 <title>Timezone</title>
38 @@ -294,9 +294,9 @@
39 </pre>
40
41 <p>
42 -Now, compile your kernel sources by running <c>genkernel --udev all</c>.
43 -Be aware though, as <c>genkernel</c> compiles a kernel that supports almost all
44 -hardware, this compilation will take quite a while to finish!
45 +Now, compile your kernel sources by running <c>genkernel all</c>. Be aware
46 +though, as <c>genkernel</c> compiles a kernel that supports almost all hardware,
47 +this compilation will take quite a while to finish!
48 </p>
49
50 <note>
51 @@ -305,7 +305,7 @@
52 </note>
53
54 <pre caption="Running genkernel">
55 -# <i>genkernel --udev all</i>
56 +# <i>genkernel all</i>
57 </pre>
58
59 <p>