Skip to content

Instantly share code, notes, and snippets.

@danilochilene
Last active August 29, 2015 14:06
Show Gist options
  • Save danilochilene/c8571b23b2caa0df70c7 to your computer and use it in GitHub Desktop.
Save danilochilene/c8571b23b2caa0df70c7 to your computer and use it in GitHub Desktop.
Kernel 3.x on CentOS 6.5
rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm
yum update
yum --enablerepo=elrepo-kernel install -y kernel-lt
sed -i 's/default=1/default=0/' /etc/grub.conf
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment