cc_staff
247
edits
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
== Preparation of a VM running CentOS7 == <!--T:5--> | == Preparation of a VM running CentOS7 == <!--T:5--> | ||
Once the VM is available, make sure to update the OS to the latest available software, including the kernel and reboot the VM to have the latest kernel running. | |||
<pre> | |||
[root@test centos]# yum -y update && reboot | |||
</pre> | |||
Since the proprietary nvidia drivers need to be compiled against the running kernel, the package '''dkms''' is required from the [https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm EPEL Repository] | |||
== Preparation of a VM running CentOS8 == <!--T:6--> | == Preparation of a VM running CentOS8 == <!--T:6--> |