Centos7升级内核到3.18的方法
时间:2016-12-08 16:47 来源:51cto.com 作者:IT
1
2
3
4
5
6
7
8
9
10
11
12
13
Open vSwitch Linux kernel
------------ -------------
1.4.x 2.6.18 to 3.2
1.5.x 2.6.18 to 3.2
1.6.x 2.6.18 to 3.2
1.7.x 2.6.18 to 3.3
1.8.x 2.6.18 to 3.4
1.9.x 2.6.18 to 3.8
1.10.x 2.6.18 to 3.8
1.11.x 2.6.18 to 3.8
2.0.x 2.6.32 to 3.10
2.1.x 2.6.32 to 3.11
2.2.x 2.6.32 to 3.14
1
2
3
4
5
Protocol Linux Kernel
-------- ------------
GRE 3.11
VXLAN 3.12
LISP <not upstream>
1
2
[root@ip-10-10-17-4 tmp]
# uname -r
3.10.0-123.el7.x86_64
1
rpm --
import
https:
//www
.elrepo.org
/RPM-GPG-KEY-elrepo
.org
1
rpm -Uvh http:
//www
.elrepo.org
/elrepo-release-7
.0-2.el7.elrepo.noarch.rpm
1
yum --enablerepo=elrepo-kernel
install
kernel-ml-devel kernel-ml -y
1
2
[root@ip-10-10-17-4 tmp]
# uname -r
3.10.0-123.el7.x86_64
1
2
3
4
awk
-F\
' '
$1==
"menuentry "
{print $2}'
/etc/grub2
.cfg
CentOS Linux (3.18.3-1.el7.elrepo.x86_64) 7 (Core)
CentOS Linux, with Linux 3.10.0-123.el7.x86_64
CentOS Linux, with Linux 0-rescue-893b160e363b4ec7834719a7f06e67cf
1
grub2-
set
-default 0
1
2
[root@ip-10-10-17-4 ~]
# uname -r
3.18.3-1.el7.elrepo.x86_64
(责任编辑:IT)
|