Update driver path

w7 is the driver used by Windows 7,
and 2k12 will be the correct path.

Change-Id: I8c5271f0d8ee8c1cb3b8136cc5748b1ff1959bb8
This commit is contained in:
Xing Zhang 2017-11-15 19:04:42 +08:00
parent 752518e41f
commit 9d061e0328
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ using the :command:`virt-install` command and the KVM hypervisor.
The disk is not detected by default by the Windows installer.
When requested to choose an installation target, click
:guilabel:`Load driver` and browse the file system to select
the ``E:\virtio-win-0.1XX\viostor\w7\amd64`` folder. The Windows
the ``E:\virtio-win-0.1XX\viostor\2k12\amd64`` folder. The Windows
installer displays a list of drivers to install. Select the
:guilabel:`VirtIO SCSI` and :guilabel:`network drivers` and
continue the installation.
@ -57,7 +57,7 @@ using the :command:`virt-install` command and the KVM hypervisor.
.. code-block:: console
C:\pnputil -i -a E:\virtio-win-0.1XX\viostor\w7\amd64\*.INF
C:\pnputil -i -a E:\virtio-win-0.1XX\viostor\2k12\amd64\*.INF
#. To allow the :term:`Cloudbase-Init` to run scripts during an instance
boot, set the PowerShell execution policy to be unrestricted: