We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a010b1 commit 0254f16Copy full SHA for 0254f16
recipes/modules/common-modules.yml
@@ -4,6 +4,16 @@
4
modules:
5
# ----------------------------------------------------------------------------------------------------------------------------
6
# - from-file: modules/akmods.yml
7
+ - type: containerfile
8
+ snippets:
9
+ - COPY --from=ghcr.io/ublue-os/akmods:main-41 /rpms /tmp/rpms
10
+ - COPY --from=ghcr.io/ublue-os/akmods:main-41 /kernel-rpms /tmp/rpms/kernel
11
+ - RUN find /tmp/rpms
12
+ - RUN rpm -q ublue-os-akmods-addons || rpm-ostree install /tmp/rpms/ublue-os/ublue-os-akmods-addons*.rpm
13
+ - type: script
14
+ scripts:
15
+ - installsignedkernel.sh
16
+
17
- from-file: modules/scripts.yml
18
- from-file: modules/dnf.yml
19
- from-file: modules/default-flatpaks.yml
0 commit comments