| 1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.18 2008/05/20 18:40:36 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.19 2011/05/29 00:39:18 nightmorph Exp $ --> |
| 3 | |
3 | |
| 4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 5 | <guide link="/doc/en/kernel-upgrade.xml"> |
5 | <guide link="/doc/en/kernel-upgrade.xml"> |
| 6 | <title>Gentoo Linux Kernel Upgrade Guide</title> |
6 | <title>Gentoo Linux Kernel Upgrade Guide</title> |
| 7 | <author title="Author"> |
7 | <author title="Author"> |
| … | |
… | |
| 15 | |
15 | |
| 16 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
16 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 17 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
17 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 18 | <license/> |
18 | <license/> |
| 19 | |
19 | |
| 20 | <version>0.6</version> |
20 | <version>1</version> |
| 21 | <date>2007-06-22</date> |
21 | <date>2011-05-28</date> |
| 22 | |
22 | |
| 23 | <chapter> |
23 | <chapter> |
| 24 | <title>Introduction</title> |
24 | <title>Introduction</title> |
| 25 | <section> |
25 | <section> |
| 26 | <body> |
26 | <body> |
| … | |
… | |
| 143 | # <i>emerge eselect</i> |
143 | # <i>emerge eselect</i> |
| 144 | <comment>(See the list of available kernels)</comment> |
144 | <comment>(See the list of available kernels)</comment> |
| 145 | # <i>eselect kernel list</i> |
145 | # <i>eselect kernel list</i> |
| 146 | Available kernel symlink targets: |
146 | Available kernel symlink targets: |
| 147 | [1] linux-2.6.9-gentoo-r1 |
147 | [1] linux-2.6.9-gentoo-r1 |
| 148 | [2] linux-2.6.9-gentoo-r2 |
148 | [2] linux-2.6.9-gentoo-r2 * |
| 149 | <comment>(Select the correct kernel)</comment> |
149 | <comment>(Select the correct kernel)</comment> |
| 150 | # <i>eselect kernel set 1</i> |
150 | # <i>eselect kernel set 1</i> |
|
|
151 | <comment>(Verify the kernel was symlinked)</comment> |
|
|
152 | # <i>eselect kernel list</i> |
|
|
153 | [1] linux-2.6.9-gentoo-r1 * |
|
|
154 | [2] linux-2.6.9-gentoo-r2 |
| 151 | </pre> |
155 | </pre> |
| 152 | |
156 | |
| 153 | <p> |
157 | <p> |
| 154 | If you really want to do it yourself, the following example shows you how to |
158 | If you really want to do it yourself, the following example shows you how to |
| 155 | make the link point to <path>linux-2.6.9-gentoo-r2</path>: |
159 | make the link point to <path>linux-2.6.9-gentoo-r2</path>: |