* fix(akmods): Xone installs conflicted "akmod-xone" package This sets higher priority for `akmods repo` compared to `multimedia repo`, which should fix potential issues in the future for other akmods too. Thanks to the debugging done here: https://github.com/ublue-os/akmods/pull/116 * fix(akmods): There is no need to revert to default, as it doesn't cause issues On the other side, enabled multimedia repo afterwards causes issues. * chore(akmods): Format function spacing same as other 2 functions * chore(akmods): Make ENABLE_MULTIMEDIA_REPO more readable |
||
|---|---|---|
| .. | ||
| akmods.sh | ||
| README.md | ||
Warning
Only Universal Blue based images are officially supported.
Warning
Universal Blue builds with Fedora 38 & below are not supported.
Warning
Custom kernels are not supported.
akmods Module for Startingpoint
The akmods module is a tool used for managing and installing kernel modules. It simplifies the installation of kernel modules, improving the capabilities of your system.
List of all available kernel modules & versions/tags are here: https://github.com/ublue-os/akmods
Ublue-os-akmods-addons & ublue-os-nvidia-addons are already included when necessary, so they are not needed to install.
To use the akmods module, specify the kernel modules you wish to install in the install: section of your recipe/configuration file.
Example configuration
type: akmods
install:
- openrazer
- openrgb
- v4l2loopback
- winesync
By default, the akmods module installs the main akmods for latest version of Fedora.
main akmods are also compatible with other images except surface(-nvidia) & asus(-nvidia).
If you want to install akmods for surface(-nvidia) or asus(-nvidia) images, or for older version of Fedora, change this part in the Containerfile:
See available tags here: https://github.com/ublue-os/akmods/#how-its-organized
# Change this if you want different version/tag of akmods.
COPY --from=ghcr.io/ublue-os/akmods:main-39 /rpms /tmp/rpms