Skip to content

Instantly share code, notes, and snippets.

@dave-tucker
Last active August 29, 2015 14:01
Show Gist options
  • Save dave-tucker/b229303c504d59133718 to your computer and use it in GitHub Desktop.
Save dave-tucker/b229303c504d59133718 to your computer and use it in GitHub Desktop.

#Enable ELrepo

su -c "yum -y install http://www.elrepo.org/elrepo-release-6-5.el6.elrepo.noarch.rpm"

#Install Kernel Mainline Stable

su -c "yum -y --enablerepo=elrepo-kernel find kernel-ml"

Note: 'kernel-lt' is the long term stable branch - 3.10 at time of writing

Update GRUB

sudo vi /boot/grub/grub.conf

Edit 'default=1' to 'default=0'

sudo reboot

Verify

uname -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment