Add customization entry for "DVM Template" use case

See:
https://groups.google.com/d/msg/qubes-users/AEOKXLAifIM/FWRM0GrbEAAJ
This commit is contained in:
Andrew David Wong 2017-02-11 18:20:45 -08:00
parent 7cdf273f49
commit 308fa866e9
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -64,6 +64,7 @@ Use case | Description | Required steps
**Network utilities** | If you need utilities for debugging and analyzing network connections | Install the following packages: `tcpdump` `telnet` `nmap` `nmap-ncat`
**USB** | If you want USB input forwarding to use this template as the basis for a [USB](/doc/usb/) qube such as `sys-usb` | Install `qubes-input-proxy-sender`
**VPN** | You can use this template as basis for a [VPN](/doc/vpn/) qube | Use the `dnf search "NetworkManager VPN plugin"` command to look up the VPN packages you need, based on the VPN technology you'll be using, and install them. Some GNOME related packages may be needed as well. After creation of a machine based on this template, follow the [VPN howto](/doc/vpn/#set-up-a-proxyvm-as-a-vpn-gateway-using-networkmanager) to configure it.
**DVM Template** | If you want to use this VM as a [DVM Template](/doc/glossary/#dvm-template) | Install `perl-Encode`
**Salt Minion** | If you want to configure this VM via salt | Install `sudo`
Logging