qusal/salt/usb/README.md

41 lines
743 B
Markdown
Raw Normal View History

2023-12-18 10:31:27 -05:00
# usb
USB client in Qubes OS.
## Table of Contents
* [Description](#description)
* [Installation](#installation)
* [Usage](#usage)
2023-12-18 10:31:27 -05:00
## Description
A Template for DispVMs will be created and named "dvm-usb", from this qube,
you can base disposable qubes, geared towards USB client usage.
## Installation
* Top:
2023-12-18 10:31:27 -05:00
```sh
sudo qubesctl top.enable usb
sudo qubesctl --targets=tpl-usb state.apply
sudo qubesctl top.disable usb
2023-12-18 10:31:27 -05:00
```
* State:
2023-12-18 10:31:27 -05:00
<!-- pkg:begin:post-install -->
2023-12-18 10:31:27 -05:00
```sh
sudo qubesctl state.apply usb.create
sudo qubesctl --skip-dom0 --targets=tpl-usb state.apply usb.install
2023-12-18 10:31:27 -05:00
```
2023-12-18 10:31:27 -05:00
<!-- pkg:end:post-install -->
## Usage
You will use the Template for DispVMs "dvm-usb" to create disposable qubes to
connect USB devices to.