The akmods rpms
Find a file
2026-01-16 03:32:40 +00:00
.gitignore Initial setup of the repo 2017-03-06 15:45:35 +00:00
95-akmods.preset Clean-up (indentation, spacing, etc.) 2019-02-14 18:29:26 +01:00
95-akmodsposttrans.install fix: prevent akmods@ on offline update on fc43+ 2025-11-06 07:28:07 -03:00
akmods fix cleanup_cachedir function 2026-01-08 09:02:17 +01:00
akmods-keygen.target Add Secure boot feature and support 2021-10-22 17:36:50 +02:00
akmods-keygen@.service Add Secure boot feature and support 2021-10-22 17:36:50 +02:00
akmods-kmodgenca kmodgenca: fallback to US when locale country code is missing rhbz#2416536 2026-01-08 10:39:42 +01:00
akmods-ostree-post fix: apply shellcheck recommendations 2025-09-02 20:03:29 -04:00
akmods-shutdown Deprecate akmods-shutdown script 2024-08-23 15:28:27 +02:00
akmods-shutdown.service Deprecate akmods-shutdown script 2024-08-23 15:28:27 +02:00
akmods-tmpfiles.conf Adapt usage of lockfile to systemd-tmpfiles. 2022-01-27 11:56:10 +01:00
akmods.h2m Fix bug URLs in man page 2024-08-19 12:27:22 +01:00
akmods.log Fix logrotate permission access to /var/log/akmods directory - rhbz#2078490 2022-04-27 11:18:28 +02:00
akmods.rpmlintrc Rename .rpmlint to akmods.rpmlintrc 2021-06-29 14:40:00 +01:00
akmods.service Rework akmod.service installation 2025-09-22 15:56:07 +02:00
akmods.spec Add compat for sysusers support 2025-10-15 16:40:00 +02:00
akmods.sysusers.conf akmods: add missing sysusers group 2025-10-01 16:07:34 +02:00
akmods@.service Add Secure boot feature and support 2021-10-22 17:36:50 +02:00
akmodsbuild Update to 0.6.2 2025-10-01 16:08:56 +02:00
cacert.config.in Add Secure boot feature and support 2021-10-22 17:36:50 +02:00
changelog Fix changelog 2025-05-03 20:07:50 +01:00
LICENSE Initial fedora akmods import 2017-03-06 17:10:02 +01:00
README Spelling/grammar, flesh out README slightly 2021-10-19 01:53:27 -04:00
README.secureboot docs: drop grep Issuer from mokutil output 2025-10-01 16:07:34 +02:00
sources Initial setup of the repo 2017-03-06 15:45:35 +00:00

Akmods startup script will rebuild akmod packages during system
boot, while its background daemon will build them for kernels right
after they were installed.

The akmods systemd service provides both, and is enabled by default.

The akmods-shutdown service is disabled by default but can, in some
circumstances, provide an additional chance to build and install a kernel
module. Users who would prefer longer shutdowns over delayed startups
may wish to consider enabling it with the following command:

    sudo systemctl enable --now akmods-shutdown.service