block on install specific linux kernel on centos 7 to install intel fpga N3000 card
kernel running:I follow these stes
[root@localhost opae]# uname -a
Linux localhost.localdomain 3.10.0-693.2.2.rt56.623.el7.x86_64 #1 SMP PREEMPT RT Wed Sep 13 22:19:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost opae]#
kernels on the systems:
[root@localhost opae]# ls -l /usr/src/kernels/
total 16
drwxr-xr-x. 22 root root 4096 Jul 10 06:12 3.10.0-1062.12.1.rt56.1042.el7.x86_64
drwxr-xr-x. 22 root root 4096 Nov 20 15:06 3.10.0-1062.el7.x86_64
drwxr-xr-x 22 root root 4096 Nov 20 15:06 3.10.0-1160.6.1.el7.x86_64
drwxr-xr-x 22 root root 4096 Nov 20 15:06 3.10.0-693.2.2.rt56.623.el7.x86_64
List the installed kernel header:
[root@localhost opae]# rpm -qa | grep kernel-header
kernel-headers-3.10.0-1160.6.1.el7.x86_64
[root@localhost opae]#
Help needed is:
How to make the 'installed kernel header' only show the running kernel '3.10.0-693.2.2.rt56.623.el7.x86_64'?
Thanks!