Akmods startup script will rebuild akmod packages during system
boot, while its background daemon will build them for kernels right
after they were installed.
Provides
Requires
License
MIT
Changelog
* Wed Oct 01 2025 Nicolas Chauvet <kwizart@gmail.com> - 0.6.2-1
- Update to 0.6.2
* Wed Oct 01 2025 Nicolas Chauvet <kwizart@gmail.com> - 0.6.1-6
- akmods: add missing sysusers group
* Wed Oct 01 2025 Nicolas Chauvet <kwizart@gmail.com> - 0.6.1-5
- docs: drop grep Issuer from mokutil output
* Mon Sep 22 2025 Nicolas Chauvet <kwizart@gmail.com> - 0.6.1-4
- Drop akmodsinit
* Mon Sep 22 2025 Nicolas Chauvet <kwizart@gmail.com> - 0.6.1-3
- Rework akmod.service installation
* Mon Sep 22 2025 Nicolas Chauvet <kwizart@gmail.com> - 0.6.1-2
- Add akmods-sysusers.conf
* Mon Sep 22 2025 Nicolas Chauvet <kwizart@gmail.com> - 0.6.1-1
- Update to 0.6.1
* Mon Sep 22 2025 Nicolas Chauvet <kwizart@gmail.com> - 0.6.0-25
- Drop nohup requires for rhel6
* Mon Sep 22 2025 Nicolas Chauvet <kwizart@gmail.com> - 0.6.0-24
- Rework sysusers
* Mon Sep 22 2025 Nicolas Chauvet <kwizart@gmail.com> - 0.6.0-23
- Case for unspecified target - rhbz#2394562
* Mon Sep 22 2025 Nicolas Chauvet <kwizart@gmail.com> - 0.6.0-22
- Drop global armv7hl target override and default
* Wed Sep 17 2025 Nicolas Chauvet <kwizart@gmail.com> - 0.6.0-21
- akmods: drop grubby symlink test
* Wed Sep 17 2025 Francis Montagnac <francis.montagnac@free.fr> - 0.6.0-20
- akmods: wrong calls to check_kernel_devel - rhbz#2376351
* Wed Sep 17 2025 Francis Montagnac <francis.montagnac@free.fr> - 0.6.0-19
- akmods: check_default_kernel is never called - rhbz#2376351
* Wed Sep 17 2025 Nicolas Chauvet <kwizart@gmail.com> - 0.6.0-18
- Drop nohup usage
* Wed Sep 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Wed Sep 17 2025 Leigh Scott <leigh123linux@gmail.com> - 0.6.0-16
- Fix changelog
* Wed Sep 03 2025 Daniel Hast <hast.daniel@protonmail.com> - 0.6.0-15
- fix: apply shellcheck recommendations
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sat May 03 2025 Leigh Scott <leigh123linux@gmail.com> - 0.6.0-13
- Fix changelog
* Fri May 02 2025 Marcel Hetzendorfer <mh7596@gmail.com> - 0.6.0-11
- Show building and installing on plymouth boot screen
* Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.6.0-10
- Add sysusers.d config file to allow rpm to create users/groups
automatically
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Dec 11 2024 Nicolas Chauvet <kwizart@gmail.com> - 0.6.0-8
- Update others hostname occurences
* Tue Dec 10 2024 Nicolas Chauvet <kwizart@gmail.com> - 0.6.0-7
- Drop hostname deps - rhbz#2330137
* Thu Nov 28 2024 Nicolas Chauvet <kwizart@gmail.com> - 0.6.0-6
- Validate or discard default_kernel - rhbz#2270414
* Fri Nov 08 2024 Nicolas Chauvet <kwizart@gmail.com> - 0.6.0-5
- Fix KEYNAME lengh - rhbz#2323702
* Wed Oct 02 2024 Rohan Barar <rohan.barar@gmail.com> - 0.6.0-4
- Add robust missing key pair logic
* Wed Oct 02 2024 Rohan Barar <rohan.barar@gmail.com> - 0.6.0-3
- Improved error handling + Bug fixes
* Tue Oct 01 2024 Rohan Barar <rohan.barar@gmail.com> - 0.6.0-2
- Add check for elevated privileges
* Tue Oct 01 2024 Nicolas Chauvet <kwizart@gmail.com> - 0.6.0-1
- Bump akmods version
* Tue Oct 01 2024 Nicolas Chauvet <kwizart@gmail.com> - 0.5.10-30
- Remove duplicate akmodsposttrans call - rhbz#2011120
* Thu Sep 26 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-29
- Avoid double error on empty user-provided key pair name.
* Thu Sep 26 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-28
- Corrected erroneous code introduced in previous commits.
* Thu Sep 26 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-27
- Fixed typo 'if' to 'fi'.
* Thu Sep 26 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-26
- Added check for existing key pair with same name as user-specified new
key pair name.
* Thu Sep 26 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-25
- Added ability for user to name key pair.
* Sun Sep 22 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-24
- Introduced loop to gracefully handle extremely rare key pair name
collision events.
* Sat Sep 21 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-23
- Refactor key pair naming scheme to enhance robustness + Removed collision
check and key pair backup function due to bug with ':' in file names
alongside superfluous nature of function given improved naming scheme.
* Sat Sep 21 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-22
- Removed 'sudo' prefixes as per request in PR #23.
* Sat Sep 21 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-21
- Further improvements to argument parsing logic.
* Fri Sep 20 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-20
- Improved clarity of exit status code comments.
* Fri Sep 20 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-19
- Revert "Utilise robust shebang." as per request on PR #23.
* Fri Sep 20 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-18
- Added support for combined single-letter arguments + Chowned symlinks.
* Fri Sep 20 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-17
- Improved mokutil error handling + Added sudo prefixes.
* Fri Sep 20 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-16
- Added error handling for failed cacert modification.
* Fri Sep 20 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-15
- Whitespace changes for consistency.
* Fri Sep 20 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-14
- Extract functions to enhance readability + Set 'commonName' to match
'KEYNAME'.
* Fri Sep 20 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-13
- Added logic to detect broken existing key pairs.
* Fri Sep 20 2024 Rohan Barar <rohan.barar@gmail.com> - 0.5.10-12
- Improved us