feat: sys-gui-gpu: separate template for drivers

Co-authored-by: Ben Grande <ben.grande.b@gmail.com>
This commit is contained in:
3np 2025-06-26 21:55:19 +00:00 committed by Ben Grande
parent bcea67d353
commit e827bf64d6
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
6 changed files with 55 additions and 10 deletions

View file

@ -12,7 +12,6 @@ SPDX-License-Identifier: GPL-2.0-only
include:
- {{ slsdotpath }}.clone
- sys-gui.create
"{{ slsdotpath }}-installed":
pkg.installed:
@ -25,16 +24,26 @@ include:
- dummy-psu-sender
{% endif %}
{% load_yaml as defaults -%}
name: tpl-{{ slsdotpath }}
force: True
require:
- sls: {{ slsdotpath }}.clone
prefs:
- audiovm: ""
{%- endload %}
{{ load(defaults) }}
{% load_yaml as defaults -%}
name: {{ slsdotpath }}
force: True
require:
- qvm: tpl-sys-gui
- qvm: tpl-{{ slsdotpath }}
present:
- template: tpl-sys-gui
- template: tpl-{{ slsdotpath }}
- label: black
prefs:
- template: tpl-sys-gui
- template: tpl-{{ slsdotpath }}
- label: black
- memory: 600
- maxmem: 4000