From 84a1dd34f7c1c0f6b7aa3f7493db82ee87739d8e Mon Sep 17 00:00:00 2001 From: sprig-florist Date: Thu, 10 Nov 2016 20:40:21 +0000 Subject: [PATCH] Updated the qubes-input-proxy-sender package into another section. Moved the qubes-input-proxy-sender recommendation into a new section for the USBVMs, to cleanly separate it from the NetVM --- managing-os/templates/fedora-minimal.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/managing-os/templates/fedora-minimal.md b/managing-os/templates/fedora-minimal.md index cc62aecf..162e81e4 100644 --- a/managing-os/templates/fedora-minimal.md +++ b/managing-os/templates/fedora-minimal.md @@ -49,10 +49,10 @@ To access the journald log, use the `journalctl` command. ### as a NetVM -If you want to use this template to for standard NetVMs with USB forwarding capabilities you should install some more packeges: +If you want to use this template for standard NetVMs you should install some more packages: ~~~ -[user@F21-Minimal ~]$ sudo dnf install NetworkManager NetworkManager-wifi network-manager-applet wireless-tools dbus-x11 dejavu-sans-fonts tinyproxy qubes-input-proxy-sender +[user@F21-Minimal ~]$ sudo dnf install NetworkManager NetworkManager-wifi network-manager-applet wireless-tools dbus-x11 dejavu-sans-fonts tinyproxy ~~~ And maybe some more optional but useful packages as well: @@ -63,6 +63,14 @@ And maybe some more optional but useful packages as well: If your network device needs some firmware then you should also install the corresponding packages as well. The `lspci` and `dnf search firmware` command will help to choose the right one :) +### as a USBVM + +If you want this template to allow USB input forwarding, you will need to install one extra package. + +~~~ +[user@F21-Minimal ~]$ sudo dnf install qubes-input-proxy-sender +~~~ + ### as a ProxyVM If you want to use this template as a ProxyVM you may want to install even more packages