Skip to content

Commit

Permalink
docs, README: Add notes for package maintainers and on module signing
Browse files Browse the repository at this point in the history
Closes: #403
Signed-off-by: Kai Krakow <[email protected]>
  • Loading branch information
kakra committed Mar 4, 2024
1 parent 1b409b1 commit 74dd867
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,12 @@ instructions below:
[![Packaging status](https://repology.org/badge/vertical-allrepos/xpadneo.svg)](https://repology.org/project/xpadneo/versions)


### Notes for Package Maintainers

To properly support module signing and UEFI secure boot, `openssl` and `mokutil` are required additionally to the
prerequisites below. The [DKMS readme](https://github.com/dell/dkms/blob/master/README.md) has more instructions.


### Prerequisites

Make sure you have installed *dkms*, *linux headers* and a bluetooth implementation (e.g. *bluez*) and their
Expand Down Expand Up @@ -256,6 +262,8 @@ daemon.
your kernel. Please follow the steps described [here](https://github.com/notro/rpi-source/wiki) in this case.
* On **generic distributions**, it doesn't need DKMS but requires a configured kernel source tree, then:
`cd hid-xpadneo && make modules && sudo make modules_install`
* **Module singing and UEFI secure boot:** If installing yourself, you may need to follow the instructions above for
package maintainers.

Please feel free to add other distributions as well!

Expand Down

0 comments on commit 74dd867

Please sign in to comment.