2017-12-14 17:43:44 -05:00
|
|
|
|
[[installing-virtio-win-repo]]
|
|
|
|
|
= Installing the Windows VirtIO Repository
|
|
|
|
|
|
|
|
|
|
Install the repo file using the following command:
|
|
|
|
|
|
2018-01-20 18:11:17 +01:00
|
|
|
|
----
|
|
|
|
|
# wget https://fedorapeople.org/groups/virt/virtio-win/virtio-win.repo \
|
|
|
|
|
-O /etc/yum.repos.d/virtio-win.repo
|
|
|
|
|
----
|
2017-12-14 17:43:44 -05:00
|
|
|
|
|
2018-01-20 18:11:17 +01:00
|
|
|
|
Then install the _virtio-win_ package:
|
2017-12-14 17:43:44 -05:00
|
|
|
|
|
2018-01-20 18:11:17 +01:00
|
|
|
|
----
|
|
|
|
|
# dnf install virtio-win
|
|
|
|
|
----
|