The akmods rpms
Find a file
2024-12-11 10:38:32 +01: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 akmodsposttrans after kernel update/install on f30 - rhbz#1709055 2019-05-15 23:41:36 +01:00
akmods Validate or discard default_kernel - rhbz#2270414 2024-11-28 09:22:16 +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 Update others hostname occurences 2024-12-11 10:38:32 +01:00
akmods-ostree-post Convert if statement from "[!] $variable" to "[!] -n $variable" 2021-10-22 17:13:12 +02: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.in Add Secure boot feature and support 2021-10-22 17:36:50 +02:00
akmods.spec Bump akmods version 2024-10-01 22:21:48 +02:00
akmods@.service Add Secure boot feature and support 2021-10-22 17:36:50 +02:00
akmodsbuild Convert if statement from "[!] $variable" to "[!] -n $variable" 2021-10-22 17:13:12 +02:00
akmodsinit exit 2 when invalid arguments 2017-08-03 10:56:20 +02:00
cacert.config.in Add Secure boot feature and support 2021-10-22 17:36:50 +02:00
changelog Convert to %autorelease and %autochangelog 2023-12-05 09:54:28 +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 Add Secure boot feature and support 2021-10-22 17:36:50 +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