Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: kernel-upgrade.xml
Date: Wed, 22 Feb 2006 20:30:31
Message-Id: 200602222030.k1MKULLX028064@robin.gentoo.org
1 nightmorph 06/02/22 20:30:20
2
3 Modified: xml/htdocs/doc/en kernel-upgrade.xml
4 Log:
5 Fixed module-rebuild section for bug 119235
6
7 Revision Changes Path
8 1.14 +10 -15 xml/htdocs/doc/en/kernel-upgrade.xml
9
10 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
11 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
12 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
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.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- kernel-upgrade.xml 8 Jan 2006 15:16:15 -0000 1.13
21 +++ kernel-upgrade.xml 22 Feb 2006 20:30:20 -0000 1.14
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.13 2006/01/08 15:16:15 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.14 2006/02/22 20:30:20 nightmorph Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28 <guide link="/doc/en/kernel-upgrade.xml">
29 @@ -17,8 +17,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>0.2</version>
34 -<date>2006-01-06</date>
35 +<version>0.3</version>
36 +<date>2006-02-22</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -262,22 +262,17 @@
41 graphics drivers), then you must reinstall these after upgrading the kernel.
42 This is as simple as re-merging the packages involved. For more information,
43 refer to the chapter on <e>Configuring the Kernel</e> in the <uri
44 -link="/doc/en/handbook/">Gentoo Handbook</uri>. To ensure these
45 -packages will build against the source tree at <path>/usr/src/linux</path>,
46 -first uninstall the packages, then re-emerge them. If old sources for these
47 -packages are kept by portage, this uninstall/re-emerge procedure will make sure
48 -that they are rebuilt to work with the new kernel.
49 +link="/doc/en/handbook/">Gentoo Handbook</uri>.
50 </p>
51
52 <p>
53 We provide you with an easy tool (<c>sys-kernel/module-rebuild</c>) which
54 -rebuilds all the kernel modules you have installed using separate ebuilds (for
55 -the <b>currently running</b> kernel, not necessarily the one in
56 -<path>/usr/src/linux</path>). Its use is straightforward. After emerging it,
57 -simply run <c>module-rebuild populate</c> to populate the database with a list
58 -of packages that will need to be rebuilt after upgrading the kernel. Once you
59 -have finished upgrading or recompiling your kernel, run <c>module-rebuild
60 -rebuild</c> to rebuild the drivers for your new kernel before you reboot.
61 +rebuilds all the kernel modules you have installed using separate ebuilds for
62 +the kernel at <path>/usr/src/linux</path>. Its use is straightforward. After
63 +emerging it, simply run <c>module-rebuild populate</c> to populate the
64 +database with a list of packages that will need to be rebuilt after upgrading
65 +the kernel. Once you have finished upgrading or recompiling your kernel, run
66 +<c>module-rebuild rebuild</c> to rebuild the drivers for your new kernel.
67 </p>
68
69 <p>
70
71
72
73 --
74 gentoo-doc-cvs@g.o mailing list