They are not in conflict, he is probably trying to be more specific on how to update the kernel
Since the modules and kernel specific stuff is automatically chosen by the package manager to fit the current
kernel, when you are going to update the kernel itself, chenxiaolong is recommending you to install the kernel,
reboot (so that your new kernel will be made current), and then proceed.
The package manager (entropy, equo and sulfur) should always be installed first, even before the kernel.
I think that even a better way should be not to reboot (since you could be in trouble because of some modules
built for the old kernel).
My advice is to update the kernel, check that the new kernel is your current one using:
- Code: Select all
eselect kernel list
you could get something like:
- Code: Select all
eselect kernel list
Available kernel symlink targets:
[1] linux-2.6.29-sabayon *
[2] linux-2.6.30-sabayon
These are all the available kernels on the system, this is just an example.
The current kernel is the 2.6.29, let's assume that we want the 2.6.30 to be
our kernel.
So, let's make the new kernel current:
- Code: Select all
eselect kernel set 2
in this command "2" is the number that corresponds to the 2.6.30 kernel, from the above listing.
Now all the packages should be selected for the new kernel, so you can safely proceed with the update.
This is just a simple guide, read the wiki for a more complete documentation.
