Install ramalama and make framework desktop recipe
This commit is contained in:
@@ -19,6 +19,12 @@ modules:
|
||||
files:
|
||||
- source: nvidia
|
||||
destination: /
|
||||
- type: kargs
|
||||
kargs:
|
||||
- rd.driver.blacklist=nouveau
|
||||
- modprobe.blacklist=nouveau
|
||||
- nvidia-drm.modeset=1
|
||||
- nvidia-drm.fbdev=1
|
||||
- type: script
|
||||
snippets:
|
||||
- cp /usr/lib/modprobe.d/nvidia-modeset.conf /etc/modprobe.d/nvidia-modeset.conf
|
||||
|
||||
@@ -26,6 +26,10 @@ stages:
|
||||
modules:
|
||||
- from-file: common/jp-desktop.yml
|
||||
- from-file: common/helix.yml
|
||||
- type: dnf
|
||||
install:
|
||||
packages:
|
||||
- ramalama
|
||||
# - type: copy
|
||||
# from: cosmic-comp
|
||||
# src: /out/cosmic-comp
|
||||
|
||||
19
recipes/wke-fw-desktop.yml
Normal file
19
recipes/wke-fw-desktop.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: wke
|
||||
base-image: registry.gitlab.com/wunker-bunker/wunker-os/base
|
||||
image-version: 42
|
||||
description: The image of Wunker OS for RKE2 Worker
|
||||
alt-tags:
|
||||
- fw-desktop
|
||||
modules:
|
||||
- type: kargs
|
||||
kargs:
|
||||
- amd_iommu=off
|
||||
- amdttm.pages_limit=27648000
|
||||
- amdttm.page_pool_size=13824000
|
||||
- from-file: common/wke.yml
|
||||
- type: script
|
||||
snippets:
|
||||
- curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=agent INSTALL_RKE2_SKIP_RELOAD=true sh
|
||||
- from-file: common/post-build.yml
|
||||
Reference in New Issue
Block a user