From d409fe8481ba71e25963ed97a7a690694c0d28ff Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Sun, 25 Feb 2024 22:45:28 +0100 Subject: [PATCH] docs(akmods): Remove false Containerfile modification info Adds info about changing base in recipe instead. --- modules/akmods/README.md | 7 +------ modules/akmods/module.yml | 1 + 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/modules/akmods/README.md b/modules/akmods/README.md index 4dad5e2..a24d1a3 100644 --- a/modules/akmods/README.md +++ b/modules/akmods/README.md @@ -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 diff --git a/modules/akmods/module.yml b/modules/akmods/module.yml index 3a50ab1..2c355c7 100644 --- a/modules/akmods/module.yml +++ b/modules/akmods/module.yml @@ -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