From 3749c850178cf5c6b2c76e5cdae4dc0e59748dc1 Mon Sep 17 00:00:00 2001 From: Dani Llewellyn Date: Tue, 12 Oct 2021 15:45:11 +0100 Subject: [PATCH] [WINDOWS] more preinstalled drivers & guest-agent * Update the autounattend file with the remaining virtio drivers * Update the autounattend file with an installation step for the guest agent * Remove obsolete instructions for steps that the autounattend file handles now Signed-off-by: Dani Llewellyn --- README.md | 2 -- quickget | 36 ++++++++++++++++++++++++++++++++---- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aa2c088..a0a41e3 100644 --- a/README.md +++ b/README.md @@ -245,8 +245,6 @@ quickemu --vm windows-11.conf * Complete the installation as you normally would. * Post-install: - * Run the VirtIO installer (`virtio-win-gt-x64`) from the CD Drive (E:). - * Run the Guest Tools installer (`virtio-win-guest-tools`) from the CD Drive (E:). * Download and install [spice-webdavd](https://www.spice-space.org/download/windows/spice-webdavd/spice-webdavd-x64-latest.msi) * Enables file sharing between the host and guest. * Download and install [UsbDk](https://www.spice-space.org/download/windows/usbdk/) diff --git a/quickget b/quickget index 2f8fbe7..703344f 100755 --- a/quickget +++ b/quickget @@ -187,22 +187,43 @@ function unattended_windows() { - E:\amd64\w10 + E:\qemufwcfg\w10\amd64 - E:\viogpudo\w10\amd64 + E:\vioinput\w10\amd64 - E:\viorng\w10\amd64 + E:\vioscsi\w10\amd64 + E:\viostor\w10\amd64 + + + E:\vioserial\w10\amd64 + + + E:\qxldod\w10\amd64 + + + E:\amd64\w10 + + + E:\viogpudo\w10\amd64 + + + E:\viorng\w10\amd64 + + E:\NetKVM\w10\amd64 + + E:\viofs\w10\amd64 + @@ -230,6 +251,13 @@ function unattended_windows() { true true + + + msiexec /i E:\guest-agent\qemu-ga-x86_64.msi /quiet /passive /qn + + 1 + +