mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-06 21:24:13 -04:00
fix: wrong template name for sys-gui associates
For: https://github.com/ben-grande/qusal/issues/89
This commit is contained in:
parent
b182a44bb1
commit
31a606e752
4 changed files with 14 additions and 34 deletions
|
@ -22,7 +22,7 @@ WARNING: [unfinished formula](../../docs/TROUBLESHOOT.md#no-support-for-unfinish
|
||||||
* Top:
|
* Top:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo qubesctl top.enable qvm.sys-gui pillar=True
|
sudo qubesctl top.enable qvm.sys-gui-gpu pillar=True
|
||||||
sudo qubesctl top.enable sys-gui-gpu
|
sudo qubesctl top.enable sys-gui-gpu
|
||||||
sudo qubesctl --targets=tpl-sys-gui,sys-gui-gpu state.apply
|
sudo qubesctl --targets=tpl-sys-gui,sys-gui-gpu state.apply
|
||||||
sudo qubesctl top.disable sys-gui-gpu
|
sudo qubesctl top.disable sys-gui-gpu
|
||||||
|
@ -34,7 +34,7 @@ sudo qubesctl state.apply sys-gui-gpu.prefs
|
||||||
<!-- pkg:begin:post-install -->
|
<!-- pkg:begin:post-install -->
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo qubesctl top.enable qvm.sys-gui pillar=True
|
sudo qubesctl top.enable qvm.sys-gui-gpu pillar=True
|
||||||
sudo qubesctl state.apply sys-gui-gpu.create
|
sudo qubesctl state.apply sys-gui-gpu.create
|
||||||
sudo qubesctl --skip-dom0 --targets=tpl-sys-gui state.apply sys-gui-gpu.install
|
sudo qubesctl --skip-dom0 --targets=tpl-sys-gui state.apply sys-gui-gpu.install
|
||||||
sudo qubesctl --skip-dom0 --targets=sys-gui-gpu state.apply sys-gui-gpu.configure
|
sudo qubesctl --skip-dom0 --targets=sys-gui-gpu state.apply sys-gui-gpu.configure
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
SPDX-FileCopyrightText: 2020 Artur Puzio <contact@puzio.waw.pl>
|
SPDX-FileCopyrightText: 2020 Artur Puzio <contact@puzio.waw.pl>
|
||||||
SPDX-FileCopyrightText: 2020 Frederic Pierret <frederic.pierret@qubes-os.org>
|
SPDX-FileCopyrightText: 2020 Frederic Pierret <frederic.pierret@qubes-os.org>
|
||||||
SPDX-FileCopyrightText: 2020 - 2024 Marmarek Marczykowski-Gorecki <marmarek@invisiblethingslab.com>
|
SPDX-FileCopyrightText: 2020 - 2024 Marmarek Marczykowski-Gorecki <marmarek@invisiblethingslab.com>
|
||||||
SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
SPDX-FileCopyrightText: 2024 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-only
|
SPDX-License-Identifier: GPL-2.0-only
|
||||||
#}
|
#}
|
||||||
|
@ -25,25 +25,15 @@ include:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% load_yaml as defaults -%}
|
{% load_yaml as defaults -%}
|
||||||
name: tpl-{{ slsdotpath }}
|
name: {{ slsdotpath }}
|
||||||
force: True
|
force: True
|
||||||
require:
|
require:
|
||||||
- sls: {{ slsdotpath }}.clone
|
- qvm: tpl-sys-gui
|
||||||
prefs:
|
|
||||||
- audiovm: ""
|
|
||||||
{%- endload %}
|
|
||||||
{{ load(defaults) }}
|
|
||||||
|
|
||||||
{% load_yaml as defaults -%}
|
|
||||||
name: {{ slsdotpath }}-gpu
|
|
||||||
force: True
|
|
||||||
require:
|
|
||||||
- sls: {{ slsdotpath }}.clone
|
|
||||||
present:
|
present:
|
||||||
- template: tpl-{{ slsdotpath }}
|
- template: tpl-sys-gui
|
||||||
- label: black
|
- label: black
|
||||||
prefs:
|
prefs:
|
||||||
- template: tpl-{{ slsdotpath }}
|
- template: tpl-sys-gui
|
||||||
- label: black
|
- label: black
|
||||||
- memory: 600
|
- memory: 600
|
||||||
- maxmem: 4000
|
- maxmem: 4000
|
||||||
|
|
|
@ -22,7 +22,7 @@ WARNING: [unfinished formula](../../docs/TROUBLESHOOT.md#no-support-for-unfinish
|
||||||
* Top:
|
* Top:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo qubesctl top.enable qvm.sys-gui pillar=True
|
sudo qubesctl top.enable qvm.sys-gui-vnc pillar=True
|
||||||
sudo qubesctl top.enable sys-gui-vnc
|
sudo qubesctl top.enable sys-gui-vnc
|
||||||
sudo qubesctl --targets=tpl-sys-gui,sys-gui-vnc state.apply
|
sudo qubesctl --targets=tpl-sys-gui,sys-gui-vnc state.apply
|
||||||
sudo qubesctl top.disable sys-gui-vnc
|
sudo qubesctl top.disable sys-gui-vnc
|
||||||
|
@ -34,7 +34,7 @@ sudo qubesctl state.apply sys-gui-vnc.prefs
|
||||||
<!-- pkg:begin:post-install -->
|
<!-- pkg:begin:post-install -->
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo qubesctl top.enable qvm.sys-gui pillar=True
|
sudo qubesctl top.enable qvm.sys-gui-vnc pillar=True
|
||||||
sudo qubesctl state.apply sys-gui-vnc.create
|
sudo qubesctl state.apply sys-gui-vnc.create
|
||||||
sudo qubesctl --skip-dom0 --targets=tpl-sys-gui state.apply sys-gui-vnc.install
|
sudo qubesctl --skip-dom0 --targets=tpl-sys-gui state.apply sys-gui-vnc.install
|
||||||
sudo qubesctl --skip-dom0 --targets=sys-gui-vnc state.apply sys-gui-vnc.configure
|
sudo qubesctl --skip-dom0 --targets=sys-gui-vnc state.apply sys-gui-vnc.configure
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{#
|
{#
|
||||||
SPDX-FileCopyrightText: 2021 Frederic Pierret <frederic.pierret@qubes-os.org>
|
SPDX-FileCopyrightText: 2021 Frederic Pierret <frederic.pierret@qubes-os.org>
|
||||||
SPDX-FileCopyrightText: 2021 - 2024 Marmarek Marczykowski-Gorecki <marmarek@invisiblethingslab.com>
|
SPDX-FileCopyrightText: 2021 - 2024 Marmarek Marczykowski-Gorecki <marmarek@invisiblethingslab.com>
|
||||||
SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
SPDX-FileCopyrightText: 2024 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-only
|
SPDX-License-Identifier: GPL-2.0-only
|
||||||
#}
|
#}
|
||||||
|
@ -28,25 +28,15 @@ include:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% load_yaml as defaults -%}
|
{% load_yaml as defaults -%}
|
||||||
name: tpl-{{ slsdotpath }}
|
name: {{ slsdotpath }}
|
||||||
force: True
|
force: True
|
||||||
require:
|
require:
|
||||||
- sls: {{ slsdotpath }}.clone
|
- qvm: tpl-sys-gui
|
||||||
prefs:
|
|
||||||
- audiovm: ""
|
|
||||||
{%- endload %}
|
|
||||||
{{ load(defaults) }}
|
|
||||||
|
|
||||||
{% load_yaml as defaults -%}
|
|
||||||
name: {{ slsdotpath }}-vnc
|
|
||||||
force: True
|
|
||||||
require:
|
|
||||||
- sls: {{ slsdotpath }}.clone
|
|
||||||
present:
|
present:
|
||||||
- template: tpl-{{ slsdotpath }}
|
- template: tpl-sys-gui
|
||||||
- label: black
|
- label: black
|
||||||
prefs:
|
prefs:
|
||||||
- template: tpl-{{ slsdotpath }}
|
- template: tpl-sys-gui
|
||||||
- label: black
|
- label: black
|
||||||
- memory: 400
|
- memory: 400
|
||||||
- maxmem: 4000
|
- maxmem: 4000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue