From 87a9c20549421684678f410cf7bc5a3951a80a0c Mon Sep 17 00:00:00 2001 From: "Ryan A. Chapman" Date: Sat, 21 May 2016 23:16:34 -0600 Subject: [PATCH 1/4] 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. From 3359c4f90e667e8b5dee683052b2234525800b57 Mon Sep 17 00:00:00 2001 From: "Ryan A. Chapman" Date: Tue, 24 May 2016 22:30:34 -0600 Subject: [PATCH 2/4] Add note to try testing repo if stable does not work --- managing-os/windows-appvms.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/managing-os/windows-appvms.md b/managing-os/windows-appvms.md index 36d60741..64ab4524 100644 --- a/managing-os/windows-appvms.md +++ b/managing-os/windows-appvms.md @@ -38,6 +38,15 @@ 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 +~~~ + +(If the above command does not work, it could be that the Qubes Tools are not in the stable repo yet. Try installing from the testing repo instead.) + +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 ~~~ From 2b4fa6a8327f6e44fd45d392d36b0a4ab841604f Mon Sep 17 00:00:00 2001 From: "Ryan A. Chapman" Date: Tue, 24 May 2016 22:33:54 -0600 Subject: [PATCH 3/4] Typo --- managing-os/windows-appvms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/managing-os/windows-appvms.md b/managing-os/windows-appvms.md index 64ab4524..406dd0d8 100644 --- a/managing-os/windows-appvms.md +++ b/managing-os/windows-appvms.md @@ -46,7 +46,7 @@ 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 +qubes-dom0-update --enablerepo=qubes*testing qubes-windows-tools sudo qubes-dom0-update --enablerepo=qubes*testing qubes-windows-tools ~~~ From e06dc328a086adaf962b7e040465d2bcaaa1eab2 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Tue, 24 May 2016 21:45:15 -0700 Subject: [PATCH 4/4] Remove duplicate command and specify testing repo --- managing-os/windows-appvms.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/managing-os/windows-appvms.md b/managing-os/windows-appvms.md index 406dd0d8..ab46af5d 100644 --- a/managing-os/windows-appvms.md +++ b/managing-os/windows-appvms.md @@ -46,8 +46,7 @@ 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 +sudo qubes-dom0-update --enablerepo=qubes-dom0-current-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.