Mark Knecht writes:
> On Thu, Apr 7, 2011 at 1:30 PM, Joost Roeleveld <[email protected]>
> wrote:
> > The last "etc-update" is only really needed when doing upgrades. I
> > would like to recommend you try these commands before you are too
> > dependent on the installation.
etc-update does the job, but looks a little dated to me. I prefer dispatch-
conf. My favorite at the moment is cfg-update, which is even better at
guessing which updates can be automated. It also supports three-way merges,
which probably means it not only takes the current and the new version of a
config file into account, but also old versions.
> Let's potentially add
>
> module-rebuild -X rebuild
>
> to the list of little gems that keep Gentoo systems happy when
> installing a new kernel.
I don't know it stable portage already has this feature, but at least
portage-2.2 has a set called module-rebuild. So I just do an emerge
@modules-rebuild. Oh, and instead of emerge $( qlist -IC x11-drivers/ ) one
can use emerge @x11-module-rebuild. This one is needed when xorg-server was
upgraded.
Wonko