The akmods rpms
Find a file
Nicolas Chauvet 65af5d7655 Add changelog
2022-05-04 10:08:37 +02: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 Locate akmods logs in /var/log and adpat logrotate configuration file 2022-02-22 22:37:09 +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 Add Secure boot feature and support 2021-10-22 17:36:50 +02:00
akmods-ostree-post Convert if statement from "[!] $variable" to "[!] -n $variable" 2021-10-22 17:13:12 +02:00
akmods-shutdown Clean-up (indentation, spacing, etc.) 2019-02-14 18:29:26 +01:00
akmods-shutdown.service Initial fedora akmods import 2017-03-06 17:10:02 +01:00
akmods-tmpfiles.conf Adapt usage of lockfile to systemd-tmpfiles. 2022-01-27 11:56:10 +01:00
akmods.h2m Initial fedora akmods import 2017-03-06 17:10:02 +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 Add changelog 2022-05-04 10:08:37 +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
akmodsposttrans Clean-up (indentation, spacing, etc.) 2019-02-14 18:29:26 +01:00
cacert.config.in Add Secure boot feature and support 2021-10-22 17:36:50 +02: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