mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-22 06:08:49 -04:00
fix: do not install net debug tools by default
This commit is contained in:
parent
e167879cfb
commit
e0b11b3daf
3 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
|
@ -7,7 +7,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||
{% if grains['nodename'] != 'dom0' -%}
|
||||
|
||||
include:
|
||||
- .install-debug
|
||||
- dotfiles.copy-x11
|
||||
|
||||
"{{ slsdotpath }}-updated":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue