JafarAkhondali / acer-predator-turbo-and-rgb-keyboard-linux-module

Linux kernel module to support Turbo mode and RGB Keyboard for Acer Predator notebook series
GNU General Public License v3.0
342 stars 59 forks source link

Add secure boot support for Ubuntu #96

Closed HollowMan6 closed 1 year ago

HollowMan6 commented 1 year ago

Partly resolve #28

Sign the kernel module in the makefile for secure boot in Ubuntu: https://wiki.ubuntu.com/UEFI/SecureBoot/Signing

JafarAkhondali commented 1 year ago

Thanks