Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/articles: linux-kernel-compiling.xml
Date: Fri, 10 Dec 2010 09:01:08
Message-Id: 20101210090054.2E66420054@flycatcher.gentoo.org
1 nightmorph 10/12/10 09:00:54
2
3 Modified: linux-kernel-compiling.xml
4 Log:
5 remove dead TLDP link, add kernelnewbies.org links. bug 348329
6
7 Revision Changes Path
8 1.4 xml/htdocs/doc/en/articles/linux-kernel-compiling.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/linux-kernel-compiling.xml?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/linux-kernel-compiling.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/articles/linux-kernel-compiling.xml?r1=1.3&r2=1.4
13
14 Index: linux-kernel-compiling.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/linux-kernel-compiling.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- linux-kernel-compiling.xml 4 Mar 2010 09:12:18 -0000 1.3
21 +++ linux-kernel-compiling.xml 10 Dec 2010 09:00:54 -0000 1.4
22 @@ -1,8 +1,8 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/linux-kernel-compiling.xml,v 1.3 2010/03/04 09:12:18 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/linux-kernel-compiling.xml,v 1.4 2010/12/10 09:00:54 nightmorph Exp $ -->
27
28 -<guide link="/doc/en/articles/linux-kernel-compiling.xml" disclaimer="articles">
29 +<guide disclaimer="articles">
30 <title>Compiling the Linux kernel</title>
31
32 <author title="Author">
33 @@ -21,8 +21,8 @@
34 document is an updated version of the original article, and contains
35 various improvements made by the Gentoo Linux Documentation team -->
36
37 -<version>1.1</version>
38 -<date>2005-10-09</date>
39 +<version>2</version>
40 +<date>2010-12-10</date>
41
42 <chapter>
43 <title>Introducing the kernel</title>
44 @@ -640,10 +640,11 @@
45 </p>
46
47 <ul>
48 +<!-- not accessible as of 2010; bug 348329
49 <li>
50 <uri link="http://www.tldp.org/HOWTO/Kernel-HOWTO/">The Linux Kernel
51 HOWTO</uri>, another good resource for kernel compilation instructions.
52 - </li>
53 + </li> -->
54 <!-- not accessible <li>
55 <uri link="http://www.tldp.org/HOWTO/LILO-crash-rescue-HOWTO/">The LILO,
56 Linux Crash Rescue HOW-TO</uri>, which shows you how to create an emergency
57 @@ -653,10 +654,18 @@
58 <uri link="http://www.kernel.org">www.kernel.org</uri>, the site that hosts
59 the Linux Kernel archives.
60 </li>
61 + <li>
62 + <uri link="http://kernelnewbies.org/FAQ">The Kernel Newbies</uri> FAQs.
63 + Kernel Newbies is an excellent resource for learning how to <uri
64 + link="http://kernelnewbies.org/FAQ/KernelCompilation">compile the
65 + kernel</uri>, as well as learning how the different pieces work. The site
66 + also provides a detailed yet easy-to-read overview of the <uri
67 + link="http://kernelnewbies.org/LinuxChanges">changes</uri> between each new
68 + kernel release.
69 + </li>
70 </ul>
71
72 </body>
73 </section>
74 </chapter>
75 -
76 </guide>