mirror of
https://github.com/ben-grande/qusal.git
synced 2025-10-11 21:00:49 -04:00
feat: usb client
This commit is contained in:
parent
f16bfdd28b
commit
bcb65a2f1a
10 changed files with 163 additions and 0 deletions
36
salt/usb/README.md
Normal file
36
salt/usb/README.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# usb
|
||||
|
||||
USB client in Qubes OS.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
* [Description](#description)
|
||||
* [Installation](#installation)
|
||||
* [Usage](#usage)
|
||||
|
||||
## 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:
|
||||
```sh
|
||||
qubesctl top.enable usb
|
||||
qubesctl --targets=tpl-usb state.apply
|
||||
qubesctl top.disable usb
|
||||
```
|
||||
|
||||
- State:
|
||||
<!-- pkg:begin:post-install -->
|
||||
```sh
|
||||
qubesctl state.apply usb.create
|
||||
qubesctl --skip-dom0 --targets=tpl-usb state.apply usb.install
|
||||
```
|
||||
<!-- pkg:end:post-install -->
|
||||
|
||||
## Usage
|
||||
|
||||
You will use the Template for DispVMs "dvm-usb" to create disposable qubes to
|
||||
connect USB devices to.
|
Loading…
Add table
Add a link
Reference in a new issue