From dc029b16a47bb300ebddc9cd888489269f6a4b39 Mon Sep 17 00:00:00 2001 From: bms8197 Date: Thu, 15 Dec 2022 13:18:49 +0200 Subject: [PATCH] committing changes in /etc made by "-bash" Package changes: --- dkms/framework.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dkms/framework.conf b/dkms/framework.conf index 127622d..22f371c 100644 --- a/dkms/framework.conf +++ b/dkms/framework.conf @@ -25,10 +25,12 @@ # non-null value: # autoinstall_all_kernels="" -# Location of the sign-file kernel binary (default: depends on distribution): +# Location of the sign-file kernel binary. $kernelver can be used in path to +# represent the target kernel version. (default: depends on distribution): # sign_file="/path/to/sign-file" -# Location of the key and certificate files used for Secure boot. +# Location of the key and certificate files used for Secure boot. $kernelver +# can be used in path to represent the target kernel version. # mok_signing_key can also be a "pkcs11:..." string for PKCS#11 engine, as # long as the sign_file program supports it. # (default: /var/lib/dkms):