Build fw-desktop as server

This commit is contained in:
2025-12-21 14:18:09 -05:00
parent 1c5882a502
commit e4ed815762

View File

@@ -13,11 +13,16 @@ modules:
- amdttm.pages_limit=27648000 - amdttm.pages_limit=27648000
- amdttm.page_pool_size=13824000 - amdttm.page_pool_size=13824000
- from-file: common/wke.yml - from-file: common/wke.yml
- type: dnf - type: files
install: files:
packages: - source: rke-server
- ramalama destination: /
# - type: dnf
# install:
# packages:
# - ramalama
- type: script - type: script
snippets: 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 - from-file: common/post-build.yml