Last active
August 29, 2015 14:06
-
-
Save danilochilene/c8571b23b2caa0df70c7 to your computer and use it in GitHub Desktop.
Kernel 3.x on CentOS 6.5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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