The akmods rpms
Find a file
Nicolas Viéville ea8e718e19 Remove trailing spaces and clean-up
Signed-off-by: Nicolas Viéville <nicolas.vieville@uphf.fr>
2021-10-22 17:12:52 +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 Check kernel presence differently for systemd-boot machines - rhbz#1769144 2019-11-20 15:11:36 +01:00
akmods-ostree-post Support akmods in rpm-ostree 2019-02-28 20:44:28 +01: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.h2m Initial fedora akmods import 2017-03-06 17:10:02 +01:00
akmods.rpmlintrc Rename .rpmlint to akmods.rpmlintrc 2021-06-29 14:40:00 +01:00
akmods.service.in Don't enable service on ah 2018-03-26 11:15:12 +02:00
akmods.spec Remove trailing spaces and clean-up 2021-10-22 17:12:52 +02:00
akmods@.service Add inhibitor when the akmods service is running 2018-03-26 13:42:27 +02:00
akmodsbuild akmodsbuild: Typo in --logfile description 2019-04-01 20:18:42 +00: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
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
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