| 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.10 2005/10/06 19:16:11 jkt Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.11 2005/10/11 03:48:06 swift 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.1.7</version> |
20 | <version>0.1.8</version> |
| 21 | <date>2005-10-06</date> |
21 | <date>2005-10-11</date> |
| 22 | |
22 | |
| 23 | <chapter> |
23 | <chapter> |
| 24 | <title>Introduction</title> |
24 | <title>Introduction</title> |
| 25 | <section> |
25 | <section> |
| 26 | <body> |
26 | <body> |
| … | |
… | |
| 267 | <path>/usr/src/linux</path>, first uninstall the packages, then re-emerge them. |
267 | <path>/usr/src/linux</path>, first uninstall the packages, then re-emerge them. |
| 268 | If old sources for these packages are kept by portage, this uninstall/re-emerge |
268 | If old sources for these packages are kept by portage, this uninstall/re-emerge |
| 269 | procedure will make sure that they are rebuilt to work with the new kernel. |
269 | procedure will make sure that they are rebuilt to work with the new kernel. |
| 270 | </p> |
270 | </p> |
| 271 | |
271 | |
|
|
272 | <p> |
|
|
273 | We provide you with an easy tool (<c>sys-kernel/module-rebuild</c>) which |
|
|
274 | rebuilds all the kernel modules you have installed using separate ebuilds. |
|
|
275 | </p> |
|
|
276 | |
| 272 | </body> |
277 | </body> |
| 273 | </section> |
278 | </section> |
| 274 | </chapter> |
279 | </chapter> |
| 275 | |
280 | |
| 276 | <chapter> |
281 | <chapter> |