Control: tag -1 moreinfo On 7/2/25 01:51, Cliff Kilby wrote:
I recently decided to jump from kernel 6.1 to 6.12 via debian backports.
I needed to ensure I had /etc/dkms/framework.conf pointing to a sign_file executable, as I have secureboot with a custom platform key. I had tested 6.12 fairly extensively and wanted to remove kernel 6.1 from disk. /etc/dkms/framework.conf says use "$kernelver". sign_file="/usr/lib/linux-kbuild-$kernelver/scripts/sign-file"
Why do you need to set sign_file at all? If it is unset, dkms should default to guessing the correct one based on the distribution you use. It will then print the script it is going to use.
Doesn't it find the correct one in your case? Andreas

