Skip to content

Commit 0254f16

Browse files
committed
install signed kernel
1 parent 6a010b1 commit 0254f16

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

recipes/modules/common-modules.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
modules:
55
# ----------------------------------------------------------------------------------------------------------------------------
66
# - 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+
717
- from-file: modules/scripts.yml
818
- from-file: modules/dnf.yml
919
- from-file: modules/default-flatpaks.yml

0 commit comments

Comments
 (0)