mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-08 06:02:19 -04:00
feat: sys-gui-gpu: separate template for drivers
Co-authored-by: Ben Grande <ben.grande.b@gmail.com>
This commit is contained in:
parent
bcea67d353
commit
e827bf64d6
6 changed files with 55 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue