From e4ed8157628a12aab1e66b166596d714af71bd0a Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 21 Dec 2025 14:18:09 -0500 Subject: [PATCH] Build fw-desktop as server --- recipes/wke-fw-desktop.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/recipes/wke-fw-desktop.yml b/recipes/wke-fw-desktop.yml index dbaf54e..c8589b9 100644 --- a/recipes/wke-fw-desktop.yml +++ b/recipes/wke-fw-desktop.yml @@ -13,11 +13,16 @@ modules: - amdttm.pages_limit=27648000 - amdttm.page_pool_size=13824000 - from-file: common/wke.yml - - type: dnf - install: - packages: - - ramalama + - type: files + files: + - source: rke-server + destination: / + # - type: dnf + # install: + # packages: + # - ramalama - type: script snippets: - - curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=agent INSTALL_RKE2_SKIP_RELOAD=true sh + # - curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=agent INSTALL_RKE2_SKIP_RELOAD=true sh + - curl -sfL https://get.rke2.io | INSTALL_RKE2_SKIP_RELOAD=true sh - from-file: common/post-build.yml