nightmorph 06/02/22 20:30:20 Modified: xml/htdocs/doc/en kernel-upgrade.xml Log: Fixed module-rebuild section for bug 119235
Revision Changes Path 1.14 +10 -15 xml/htdocs/doc/en/kernel-upgrade.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.14&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.14&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/kernel-upgrade.xml.diff?r1=1.13&r2=1.14&cvsroot=gentoo Index: kernel-upgrade.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- kernel-upgrade.xml 8 Jan 2006 15:16:15 -0000 1.13 +++ kernel-upgrade.xml 22 Feb 2006 20:30:20 -0000 1.14 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.13 2006/01/08 15:16:15 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.14 2006/02/22 20:30:20 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/kernel-upgrade.xml"> @@ -17,8 +17,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>0.2</version> -<date>2006-01-06</date> +<version>0.3</version> +<date>2006-02-22</date> <chapter> <title>Introduction</title> @@ -262,22 +262,17 @@ graphics drivers), then you must reinstall these after upgrading the kernel. This is as simple as re-merging the packages involved. For more information, refer to the chapter on <e>Configuring the Kernel</e> in the <uri -link="/doc/en/handbook/">Gentoo Handbook</uri>. To ensure these -packages will build against the source tree at <path>/usr/src/linux</path>, -first uninstall the packages, then re-emerge them. If old sources for these -packages are kept by portage, this uninstall/re-emerge procedure will make sure -that they are rebuilt to work with the new kernel. +link="/doc/en/handbook/">Gentoo Handbook</uri>. </p> <p> We provide you with an easy tool (<c>sys-kernel/module-rebuild</c>) which -rebuilds all the kernel modules you have installed using separate ebuilds (for -the <b>currently running</b> kernel, not necessarily the one in -<path>/usr/src/linux</path>). Its use is straightforward. After emerging it, -simply run <c>module-rebuild populate</c> to populate the database with a list -of packages that will need to be rebuilt after upgrading the kernel. Once you -have finished upgrading or recompiling your kernel, run <c>module-rebuild -rebuild</c> to rebuild the drivers for your new kernel before you reboot. +rebuilds all the kernel modules you have installed using separate ebuilds for +the kernel at <path>/usr/src/linux</path>. Its use is straightforward. After +emerging it, simply run <c>module-rebuild populate</c> to populate the +database with a list of packages that will need to be rebuilt after upgrading +the kernel. Once you have finished upgrading or recompiling your kernel, run +<c>module-rebuild rebuild</c> to rebuild the drivers for your new kernel. </p> <p> -- [email protected] mailing list
