mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
fix: sys-usb hide-usb-from-dom0 in keyboard state
This commit is contained in:
parent
8d7c0a2d0b
commit
ac25ef6b87
@ -9,6 +9,19 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
include:
|
||||
- .clone
|
||||
- qvm.hide-usb-from-dom0
|
||||
|
||||
"{{ slsdotpath }}-updated-dom0":
|
||||
pkg.uptodate:
|
||||
- refresh: True
|
||||
|
||||
"{{ slsdotpath }}-installed-dom0":
|
||||
pkg.installed:
|
||||
- refresh: True
|
||||
- install_recommends: False
|
||||
- skip_suggestions: True
|
||||
- pkgs:
|
||||
- qubes-input-proxy
|
||||
|
||||
{% load_yaml as defaults -%}
|
||||
name: dvm-{{ slsdotpath }}
|
||||
|
@ -9,19 +9,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
# 'qvm.sys-usb', which is different from the one we create at create.sls.
|
||||
# Last known update of 'qvm.usb-keyboard': 2023-08-31
|
||||
|
||||
include:
|
||||
- .create
|
||||
- qvm.hide-usb-from-dom0
|
||||
|
||||
"{{ slsdotpath }}-updated-dom0":
|
||||
pkg.uptodate:
|
||||
- refresh: True
|
||||
|
||||
"{{ slsdotpath }}-installed-dom0":
|
||||
pkg.installed:
|
||||
- pkg:
|
||||
- qubes-input-proxy
|
||||
|
||||
{% set uefi_xen_cfg = '/boot/efi/EFI/qubes/xen.cfg' %}
|
||||
{% if grains['boot_mode'] == 'efi' %}
|
||||
{% set grub_cfg = '/boot/efi/EFI/qubes/grub.cfg' %}
|
||||
|
Loading…
Reference in New Issue
Block a user