Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118060 - kernel-upgrade.xml improvements
Summary: kernel-upgrade.xml improvements
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Xavier Neys (RETIRED)
URL: http://www.gentoo.org/doc/en/kernel-u...
Whiteboard:
Keywords:
: 117023 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-01-06 09:09 UTC by nm (RETIRED)
Modified: 2006-01-08 07:16 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
kernel-upgrade.xml.patch (kernel-upgrade.xml.patch,2.45 KB, patch)
2006-01-06 09:20 UTC, nm (RETIRED)
Details | Diff
kernel-upgrade.xml.patch (kernel-upgrade.xml.patch,2.57 KB, patch)
2006-01-06 10:06 UTC, nm (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nm (RETIRED) gentoo-dev 2006-01-06 09:09:01 UTC
Based on what I've been seeing (and commenting on) in bug 117023, I thought I'd add a paragraph to the kernel upgrade guide. It's really a very handy quick description of the common use of module-rebuild. I only plan to cover "module-rebuild populate" and "module-rebuild rebuild"--bare usage tips. Anything else gets referred to "module-update --help". Patch should go up shortly.
Comment 1 nm (RETIRED) gentoo-dev 2006-01-06 09:20:22 UTC
Created attachment 76358 [details, diff]
kernel-upgrade.xml.patch

A brief paragraph addition that should be very helpful.
Comment 2 Xavier Neys (RETIRED) gentoo-dev 2006-01-06 09:50:02 UTC
*** Bug 117023 has been marked as a duplicate of this bug. ***
Comment 3 Xavier Neys (RETIRED) gentoo-dev 2006-01-06 09:50:44 UTC
> Once you have finished upgrading or recompiling your kernel, run
> <c>module-rebuild rebuild</c> to rebuild the drivers for your new kernel.

Shouldn't we recommend it's done before rebooting?
Does module-rebuild rebuild for the running kernel or for whatever /usr/src/linux points to? The latter, I suppose.
Comment 4 nm (RETIRED) gentoo-dev 2006-01-06 10:06:08 UTC
Created attachment 76362 [details, diff]
kernel-upgrade.xml.patch

Added reboot info and which modules are rebuilt. Surprisingly, it's actually for only the currently running kernel. For users that boot into whatever /usr/src/linux points to, this is not a problem, as this is obviously the kernel that will have its modules rebuilt if it is recompiled/upgraded. :)
Comment 5 Xavier Neys (RETIRED) gentoo-dev 2006-01-08 07:16:22 UTC
In CVS.
Thanks.