swift 13/08/15 08:28:41 Modified: kernel-upgrade.xml Log: Fix bug #466456 - Use kernel-* for kernel image naming, also needed when using GRUB2
Revision Changes Path 1.25 xml/htdocs/doc/en/kernel-upgrade.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?r1=1.24&r2=1.25 Index: kernel-upgrade.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- kernel-upgrade.xml 3 Jun 2013 01:43:09 -0000 1.24 +++ kernel-upgrade.xml 15 Aug 2013 08:28:41 -0000 1.25 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.24 2013/06/03 01:43:09 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.25 2013/08/15 08:28:41 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide> @@ -17,8 +17,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>5</version> -<date>2013-06-02</date> +<version>6</version> +<date>2013-08-15</date> <chapter> <title>Introduction</title> @@ -253,7 +253,7 @@ <pre caption="Compiling and installing the new kernel"> # <i>make && make modules_install</i> # <i>mount /boot</i> -# <i>cp arch/i386/boot/bzImage /boot/bzImage-2.6.39-gentoo-r3</i> +# <i>cp arch/i386/boot/bzImage /boot/kernel-2.6.39-gentoo-r3</i> </pre> <p> @@ -361,7 +361,7 @@ <p> Switching between multiple kernels is as simple as leaving the kernel sources -under <path>/usr/src/</path> and leaving the <path>bzImage</path> binaries on +under <path>/usr/src/</path> and leaving the <path>kernel-*</path> binaries on your <path>/boot</path> partition (referenced by entries in your boot loader configuration). Every time you boot up, you will be presented with a choice of which kernel to boot into. @@ -403,7 +403,7 @@ <p> Finally, you can mount your <path>/boot</path> partition and remove the -<path>bzImage</path> file(s) for the kernel(s) you are pruning. You should also +<path>kernel-*</path> file(s) for the kernel(s) you are pruning. You should also edit your boot loader configuration so that it no longer references such kernel(s). </p>
