Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dynamic Kernel Module System (DKMS)

This intention of this README is to explain how DKMS can be used in conjunction with tarballs which contain a dkms.conf file within them.
This intention of this README is to explain how DKMS can be used in conjunction with tarballs which contain a `dkms.conf` file within them.

The DKMS project (and any updates) can be found at: https://github.com/dkms-project/dkms

Expand All @@ -17,7 +17,6 @@ make install-redhat

Distribution specific installations (RPM, DEB, etc.) are not contained in this source repository.


## Installation of DKMS Tarballs

DKMS can install directly from the following:
Expand Down Expand Up @@ -115,7 +114,6 @@ Signing key: /var/lib/dkms/mok.key
Public certificate (MOK): /var/lib/dkms/mok.pub
```


## Secure Boot

On an UEFI system with Secure Boot enabled, modules require signing (as described in the above paragraph) before they can be loaded and the firmware of the system must know the correct public certificate to verify the module signature.
Expand Down Expand Up @@ -185,7 +183,6 @@ UEFI specification 2.11 [contains a list of valid encryption keys](https://uefi.
The list is quite limited, basically offering only RSA as a valid key type.
For maximum compatibility, DKMS generates the MOK certificate with a *2048 bit RSA key with SHA-2 256 as a digest*.


## Further Documentation

Once DKMS is installed, you can reference its man page for further information on different DKMS options and also to understand the formatting of a module's `dkms.conf` configuration file.
Expand Down
Binary file added images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo.xcf
Binary file not shown.