From 603ada9db0af1d24898e092f3f34c5a337cf4593 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Wed, 15 Oct 2025 21:04:06 -0400 Subject: [PATCH] Install ramalama on fw-desktop --- recipes/wke-fw-desktop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/wke-fw-desktop.yml b/recipes/wke-fw-desktop.yml index 674ba73..48c9fb4 100644 --- a/recipes/wke-fw-desktop.yml +++ b/recipes/wke-fw-desktop.yml @@ -13,6 +13,10 @@ modules: - amdttm.pages_limit=27648000 - amdttm.page_pool_size=13824000 - from-file: common/wke.yml + - type: dnf + install: + packages: + - ramalama - type: script snippets: - curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=agent INSTALL_RKE2_SKIP_RELOAD=true sh