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' -%}
include:
- sys-net.install-debug
"{{ slsdotpath }}-updated":
pkg.uptodate:
- refresh: True

View File

@ -1,6 +1,6 @@
# sys-net
PCI handler of Network devices in Qubes OS.
PCI handler of network devices in Qubes OS.
## Table of Contents
@ -45,7 +45,12 @@ qubesctl state.apply sys-net.prefs
```
<!-- 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
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' -%}
include:
- .install-debug
- dotfiles.copy-x11
"{{ slsdotpath }}-updated":