Enjoy! 😃
This is an automated script for signing kernel modules with Secure Boot. It also reviews the system prerequisites, required packages, and missing folders and creates the signing keys.
- This is the alpha version created and tested with Fedora OS.
Since this is a simple shell script, you can hot-link it in one of your scripts (see " Usage " below).
This script needs to be executable chmod -x signing-kernel-modules. sh
. Then, you can execute it with sudo sudo ./signing-kernel-modules.sh
. And that's it. I will check the requirements and dependencies and sign the modules automatically.
Please Create an Issue for suggestions or bug reports regarding this sAlternativelyipt. Or, Send a Pull Request if you have fixes/improvements ready.