From 6fef0f4753067c1dde0cfb14d107ca536fd3d1b2 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Wed, 1 Jan 2025 22:53:20 -0500 Subject: [PATCH] Install ublue luks script --- recipes/common/bootc-setup.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes/common/bootc-setup.yml b/recipes/common/bootc-setup.yml index 2d5c548..e2ee73c 100644 --- a/recipes/common/bootc-setup.yml +++ b/recipes/common/bootc-setup.yml @@ -121,3 +121,8 @@ modules: - ksshaskpass - kf6-kimageformats - qt6-qtimageformats + - type: containerfile + snippets: + - | + RUN --mount=type=bind,from=ghcr.io/ublue-os/config,src=/rpms,dst=/tmp/rpms \ + ls -lh /tmp/rpms/ && dnf -y install /tmp/rpms/ublue-os-luks.noarch.rpm && ostree container commit