Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-kernel.xml
Date: Sat, 12 Apr 2014 06:13:48
Message-Id: 20140412061345.C0CDC2004B@flycatcher.gentoo.org
1 swift 14/04/12 06:13:45
2
3 Modified: hb-install-x86+amd64-kernel.xml
4 Log:
5 Fix bug #497134 - Correct naming convention for kernel
6
7 Revision Changes Path
8 1.54 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.54&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?rev=1.54&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml?r1=1.53&r2=1.54
13
14 Index: hb-install-x86+amd64-kernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v
17 retrieving revision 1.53
18 retrieving revision 1.54
19 diff -u -r1.53 -r1.54
20 --- hb-install-x86+amd64-kernel.xml 17 Dec 2013 10:38:05 -0000 1.53
21 +++ hb-install-x86+amd64-kernel.xml 12 Apr 2014 06:13:45 -0000 1.54
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/hb-install-x86+amd64-kernel.xml,v 1.53 2013/12/17 10:38:05 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.54 2014/04/12 06:13:45 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 explains how to configure your kernel.
33 </abstract>
34
35 -<version>23</version>
36 -<date>2013-12-17</date>
37 +<version>24</version>
38 +<date>2014-04-12</date>
39
40 <section>
41 <title>Installing the Sources</title>
42 @@ -324,9 +324,10 @@
43 <p>
44 When the kernel has finished compiling, copy the kernel image to
45 <path>/boot</path>. Use whatever name you feel is appropriate for your kernel
46 -choice and remember it as you will need it later on when you configure your
47 -bootloader. Remember to replace <c><keyval id="kernel-name"/></c> with the
48 -name and version of your kernel.
49 +choice but make sure it starts with <path>linux-</path> or <path>vmlinuz-</path>
50 +so that the boot loader scripts can automatically detect the new kernels later.
51 +Remember to replace <c><keyval id="kernel-name"/></c> with the name and version
52 +of your kernel.
53 </p>
54
55 <pre caption="Installing the kernel">