From 87a9c20549421684678f410cf7bc5a3951a80a0c Mon Sep 17 00:00:00 2001 From: "Ryan A. Chapman" Date: Sat, 21 May 2016 23:16:34 -0600 Subject: [PATCH] Remove ref to qubes-windows-tools in current repo qubes-windows-tools currently only exists in the dom0 current-testing repo. According to the dom0 file /etc/yum.repos.d/qubes-dom0.repo, it seems this is by design. If you would prefer to add the package to the current repo instead of this change, that is fine by me. I just wanted to note this in the docs for the next person. `curl -s yum.qubes-os.org/r3.1/current/dom0/fc20/rpm | grep qubes-windows-tools` returns nothing However, current-testing does have it in there: ``` curl -s yum.qubes-os.org/r3.1/current-testing/dom0/fc20/rpm | grep qubes-windows-tools
  • qubes-windows-tools-3.0.3-1.x86_64.rpm
  • qubes-windows-tools-3.0.4-1.x86_64.rpm
  • ``` --- managing-os/windows-appvms.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/managing-os/windows-appvms.md b/managing-os/windows-appvms.md index c62686be..36d60741 100644 --- a/managing-os/windows-appvms.md +++ b/managing-os/windows-appvms.md @@ -38,13 +38,7 @@ Installing Qubes guest tools in Windows 7 VMs First, make sure that `qubes-windows-tools` is installed in your system: ~~~ -sudo qubes-dom0-update qubes-windows-tools -~~~ - -You can also install the package from testing repositories, where we usually publish new versions first: - -~~~ -qubes-dom0-update --enablerepo=qubes*testing qubes-windows-tools +sudo qubes-dom0-update --enablerepo=qubes*testing qubes-windows-tools ~~~ This package brings the ISO with Qubes Windows Tools that is passed to the VM when `--install-windows-tools` is specified for the `qvm-start` command. Please note that none of this software ever runs in Dom0 or any other part of the system except for the Windows AppVM in which it is to be installed.