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: kernel-upgrade.xml
Date: Thu, 15 Aug 2013 08:28:44
Message-Id: 20130815082841.8D4712171C@flycatcher.gentoo.org
1 swift 13/08/15 08:28:41
2
3 Modified: kernel-upgrade.xml
4 Log:
5 Fix bug #466456 - Use kernel-* for kernel image naming, also needed when using GRUB2
6
7 Revision Changes Path
8 1.25 xml/htdocs/doc/en/kernel-upgrade.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.25&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.25&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?r1=1.24&r2=1.25
13
14 Index: kernel-upgrade.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v
17 retrieving revision 1.24
18 retrieving revision 1.25
19 diff -u -r1.24 -r1.25
20 --- kernel-upgrade.xml 3 Jun 2013 01:43:09 -0000 1.24
21 +++ kernel-upgrade.xml 15 Aug 2013 08:28:41 -0000 1.25
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.24 2013/06/03 01:43:09 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.25 2013/08/15 08:28:41 swift Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28 <guide>
29 @@ -17,8 +17,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>5</version>
34 -<date>2013-06-02</date>
35 +<version>6</version>
36 +<date>2013-08-15</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -253,7 +253,7 @@
41 <pre caption="Compiling and installing the new kernel">
42 # <i>make &amp;&amp; make modules_install</i>
43 # <i>mount /boot</i>
44 -# <i>cp arch/i386/boot/bzImage /boot/bzImage-2.6.39-gentoo-r3</i>
45 +# <i>cp arch/i386/boot/bzImage /boot/kernel-2.6.39-gentoo-r3</i>
46 </pre>
47
48 <p>
49 @@ -361,7 +361,7 @@
50
51 <p>
52 Switching between multiple kernels is as simple as leaving the kernel sources
53 -under <path>/usr/src/</path> and leaving the <path>bzImage</path> binaries on
54 +under <path>/usr/src/</path> and leaving the <path>kernel-*</path> binaries on
55 your <path>/boot</path> partition (referenced by entries in your boot loader
56 configuration). Every time you boot up, you will be presented with a choice of
57 which kernel to boot into.
58 @@ -403,7 +403,7 @@
59
60 <p>
61 Finally, you can mount your <path>/boot</path> partition and remove the
62 -<path>bzImage</path> file(s) for the kernel(s) you are pruning. You should also
63 +<path>kernel-*</path> file(s) for the kernel(s) you are pruning. You should also
64 edit your boot loader configuration so that it no longer references such
65 kernel(s).
66 </p>