docs(akmods): Remove false Containerfile modification info
Adds info about changing base in recipe instead.
This commit is contained in:
parent
ace7bddeb8
commit
d409fe8481
2 changed files with 2 additions and 6 deletions
|
|
@ -16,12 +16,7 @@ To use the `akmods` module, specify the kernel modules you wish to install in th
|
|||
By default, the `akmods` module installs the `main` akmods for the `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:
|
||||
|
||||
```
|
||||
# Change this if you want different version/tag of akmods.
|
||||
COPY --from=ghcr.io/ublue-os/akmods:main-39 /rpms /tmp/rpms
|
||||
```
|
||||
If you want to install akmods for `surface(-nvidia)` or `asus(-nvidia)` images, change `base` entry in the recipe file.
|
||||
|
||||
See available tags here: https://github.com/ublue-os/akmods/#how-its-organized
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ shortdesc: The akmods module is a tool used for managing and installing kernel m
|
|||
readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/akmods/README.md
|
||||
example: |
|
||||
type: akmods
|
||||
base: asus # if not specified, classic "main" base is used by default
|
||||
install:
|
||||
- openrazer
|
||||
- openrgb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue