jirutka / akms

Alpine Kernel Module Support – aka DKMS for Alpine Linux
MIT License
29 stars 2 forks source link
alpine-linux dkms kernel-modules linux

= Alpine Kernel Module Support (AKMS) :proj-name: akms :gh-name: jirutka/{proj-name}

AKMS is a tool that enables building out-of-tree (external) Linux kernel modules from source for each installed kernel on the user’s system in an automated and organized fashion. The concept is to have kernel modules automatically rebuilt when a new kernel version is installed.

AKMS is inspired by https://github.com/dell/dkms[DKMS] (Dynamic Kernel Module Support) used on many Linux distributions. It has been designed specifically for https://alpinelinux.org/[Alpine Linux] and https://gitlab.alpinelinux.org/alpine/apk-tools[APK]; implemented with simplicity, reliability, and security in mind.

See the following manual pages for more information.

== Manual Pages

== Requirements

.Runtime:

.Build:

== Installation

Install package https://pkgs.alpinelinux.org/packages?name={proj-name}[{proj-name}] on Alpine Linux v3.15 or later:

[source, sh, subs="+attributes"] apk add {proj-name}

== License

This project is licensed under http://opensource.org/licenses/MIT/[MIT License]. For the full text of the license, see the link:LICENSE[LICENSE] file.