Difference between revisions of "Kernel Upgrade"

From gr0x0rd
Jump to navigation Jump to search
(Created page with "$(qlist -IC x11-drivers)")
 
Line 1: Line 1:
 +
When you are ready to upgrade your kernel, you can emerge the latest version of the kernel sources using portage.
 +
 +
'''$''' sudo emerge -av gentoo-sources
 +
 +
Use the eselect tool to switch to the new kernel. To view available options
 +
 +
'''$''' sudo eselect kernel list
 +
 +
To set to a specific kernel
 +
 +
'''$''' sudo eselect kernel set ''#''
 +
 +
Follow the
 +
 
$(qlist -IC x11-drivers)
 
$(qlist -IC x11-drivers)

Revision as of 12:31, 27 March 2011

When you are ready to upgrade your kernel, you can emerge the latest version of the kernel sources using portage.

$ sudo emerge -av gentoo-sources

Use the eselect tool to switch to the new kernel. To view available options

$ sudo eselect kernel list

To set to a specific kernel

$ sudo eselect kernel set #

Follow the

$(qlist -IC x11-drivers)