diff --git a/dkms/framework.conf b/dkms/framework.conf index 3bb62d2..4dd7fc9 100644 --- a/dkms/framework.conf +++ b/dkms/framework.conf @@ -29,8 +29,8 @@ # sign_file="/path/to/sign-file" # Location of the key and certificate used for Secure boot (default: /var/lib/dkms): -# mok_signing_key: /var/lib/dkms/mok.key -# mok_certificate: /var/lib/dkms/mok.pub +# mok_signing_key=/var/lib/dkms/mok.key +# mok_certificate=/var/lib/dkms/mok.pub # Automatically modprobe the built modules upon succesful installation: modprobe_on_install="true" diff --git a/yum.repos.d/elrepo.repo b/yum.repos.d/elrepo.repo index e6f01dc..c110e03 100644 --- a/yum.repos.d/elrepo.repo +++ b/yum.repos.d/elrepo.repo @@ -9,6 +9,7 @@ baseurl=http://elrepo.org/linux/elrepo/el8/$basearch/ http://linux-mirrors.fnal.gov/linux/elrepo/elrepo/el8/$basearch/ mirrorlist=http://mirrors.elrepo.org/mirrors-elrepo.el8 enabled=1 +countme=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org @@ -20,6 +21,7 @@ baseurl=http://elrepo.org/linux/testing/el8/$basearch/ http://linux-mirrors.fnal.gov/linux/elrepo/testing/el8/$basearch/ mirrorlist=http://mirrors.elrepo.org/mirrors-elrepo-testing.el8 enabled=0 +countme=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org @@ -31,6 +33,7 @@ baseurl=http://elrepo.org/linux/kernel/el8/$basearch/ http://linux-mirrors.fnal.gov/linux/elrepo/kernel/el8/$basearch/ mirrorlist=http://mirrors.elrepo.org/mirrors-elrepo-kernel.el8 enabled=0 +countme=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org @@ -42,5 +45,6 @@ baseurl=http://elrepo.org/linux/extras/el8/$basearch/ http://linux-mirrors.fnal.gov/linux/elrepo/extras/el8/$basearch/ mirrorlist=http://mirrors.elrepo.org/mirrors-elrepo-extras.el8 enabled=0 +countme=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org