mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
fix: do not install net debug tools by default
This commit is contained in:
parent
e167879cfb
commit
e0b11b3daf
@ -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
|
||||||
|
@ -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
|
||||||
```
|
```
|
||||||
|
@ -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":
|
||||||
|
Loading…
Reference in New Issue
Block a user