fix: do not install net debug tools by default

This commit is contained in:
Ben Grande 2024-01-04 17:25:16 +01:00
parent e167879cfb
commit e0b11b3daf
3 changed files with 7 additions and 6 deletions

View File

@ -6,9 +6,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%} {% if grains['nodename'] != 'dom0' -%}
include:
- sys-net.install-debug
"{{ slsdotpath }}-updated": "{{ slsdotpath }}-updated":
pkg.uptodate: pkg.uptodate:
- refresh: True - refresh: True

View File

@ -1,6 +1,6 @@
# sys-net # sys-net
PCI handler of Network devices in Qubes OS. PCI handler of network devices in Qubes OS.
## Table of Contents ## Table of Contents
@ -45,7 +45,12 @@ qubesctl state.apply sys-net.prefs
``` ```
<!-- pkg:end:post-install --> <!-- pkg:end:post-install -->
Alternatively, if you prefer to have a disposable net qube: If you need to debug a net qube, install some helper tools:
```sh
qubesctl --skip-dom0 --targets=tpl-sys-net state.apply sys-net.install-debug
```
If you prefer to have a disposable net qube:
```sh ```sh
qubesctl state.apply sys-net.prefs-disp qubesctl state.apply sys-net.prefs-disp
``` ```

View File

@ -7,7 +7,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
{% if grains['nodename'] != 'dom0' -%} {% if grains['nodename'] != 'dom0' -%}
include: include:
- .install-debug
- dotfiles.copy-x11 - dotfiles.copy-x11
"{{ slsdotpath }}-updated": "{{ slsdotpath }}-updated":