Virtio Win 0.1.208
This commit is contained in:
parent
0dc2cb5ae7
commit
03dc4182a9
@ -2,7 +2,7 @@
|
|||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>kvm-virtio-drivers</id>
|
<id>kvm-virtio-drivers</id>
|
||||||
<version>0.1.185</version>
|
<version>0.1.208</version>
|
||||||
<title>KVM Virtio Drivers for Windows</title>
|
<title>KVM Virtio Drivers for Windows</title>
|
||||||
<authors>Red Hat</authors>
|
<authors>Red Hat</authors>
|
||||||
<owners>foo.li systeme + software</owners>
|
<owners>foo.li systeme + software</owners>
|
||||||
@ -14,7 +14,7 @@
|
|||||||
This package will download the latest stable drivers, unzip them and tries automatically to update/install needed drivers.
|
This package will download the latest stable drivers, unzip them and tries automatically to update/install needed drivers.
|
||||||
Note: for the QEMU guest agent there is a separate package available (which already uses this package as dependency).</description>
|
Note: for the QEMU guest agent there is a separate package available (which already uses this package as dependency).</description>
|
||||||
<summary>KVM Virtio Drivers</summary>
|
<summary>KVM Virtio Drivers</summary>
|
||||||
<releaseNotes>upgrade to 0.1.185 (2020-07-21), added Server 2019 in script</releaseNotes>
|
<releaseNotes>upgrade to 0.1.208 (2021-09-13)</releaseNotes>
|
||||||
<tags>virtualisation kvm virtio guest-agents drivers</tags>
|
<tags>virtualisation kvm virtio guest-agents drivers</tags>
|
||||||
</metadata>
|
</metadata>
|
||||||
<!-- building package on gnu/linux with nuget (https://packages.debian.org/stretch/nuget)
|
<!-- building package on gnu/linux with nuget (https://packages.debian.org/stretch/nuget)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Virtio Drivers for Windows VMs running on KVM
|
# Virtio Drivers for Windows VMs running on KVM
|
||||||
# 2011-2020 foo.li systeme + software
|
# 2011-2021 foo.li systeme + software
|
||||||
|
|
||||||
# export installed redhat certificate to a file with win7
|
# export installed redhat certificate to a file with win7
|
||||||
# $CertToExport = dir cert:\LocalMachine -Recurse | where {$_.ThumbPrint -eq "66ED6843B0F6DC9B636C6814E53A26983EF32B4E"}
|
# $CertToExport = dir cert:\LocalMachine -Recurse | where {$_.ThumbPrint -eq "66ED6843B0F6DC9B636C6814E53A26983EF32B4E"}
|
||||||
@ -7,7 +7,7 @@
|
|||||||
# [system.IO.file]::WriteAllBytes("C:\Temp\RedHat.cer", $CertToExportInBytesForCERFile)
|
# [system.IO.file]::WriteAllBytes("C:\Temp\RedHat.cer", $CertToExportInBytesForCERFile)
|
||||||
|
|
||||||
$packageName = 'kvm-virtio-drivers'
|
$packageName = 'kvm-virtio-drivers'
|
||||||
$version = '0.1.185'
|
$version = '0.1.208'
|
||||||
$url = 'https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso'
|
$url = 'https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso'
|
||||||
$url64 = $url
|
$url64 = $url
|
||||||
$virtioPath = "$env:SystemDrive" + "\Virtio_" + $version
|
$virtioPath = "$env:SystemDrive" + "\Virtio_" + $version
|
||||||
@ -16,7 +16,7 @@ $dpinst = Join-Path $scriptPath 'dpinstX86.exe'
|
|||||||
$dpinst64 = Join-Path $scriptPath 'dpinstX64.exe'
|
$dpinst64 = Join-Path $scriptPath 'dpinstX64.exe'
|
||||||
$dpinstxml = Join-Path $scriptPath 'dpinst.xml'
|
$dpinstxml = Join-Path $scriptPath 'dpinst.xml'
|
||||||
$cleanupdrv = Join-Path $scriptPath 'cleanfolder.ps1'
|
$cleanupdrv = Join-Path $scriptPath 'cleanfolder.ps1'
|
||||||
$checksum = 'd915703d2f42eb60f5542f9ab2e6e873feb84075'
|
$checksum = '93bd930d5d61b3e7c1390559e5e22420a75fd78a'
|
||||||
$checksumType = 'sha1'
|
$checksumType = 'sha1'
|
||||||
$checksum64 = $checksum
|
$checksum64 = $checksum
|
||||||
$checksumType64 = $checksumType
|
$checksumType64 = $checksumType
|
||||||
@ -106,6 +106,11 @@ try {
|
|||||||
Remove-Item "${env:SystemDrive}\Virtio_0.1.126" -Force -Recurse -ErrorAction SilentlyContinue
|
Remove-Item "${env:SystemDrive}\Virtio_0.1.126" -Force -Recurse -ErrorAction SilentlyContinue
|
||||||
Remove-Item "${env:SystemDrive}\Virtio_0.1.141" -Force -Recurse -ErrorAction SilentlyContinue
|
Remove-Item "${env:SystemDrive}\Virtio_0.1.141" -Force -Recurse -ErrorAction SilentlyContinue
|
||||||
Remove-Item "${env:SystemDrive}\Virtio_0.1.171" -Force -Recurse -ErrorAction SilentlyContinue
|
Remove-Item "${env:SystemDrive}\Virtio_0.1.171" -Force -Recurse -ErrorAction SilentlyContinue
|
||||||
|
Remove-Item "${env:SystemDrive}\Virtio_0.1.185" -Force -Recurse -ErrorAction SilentlyContinue
|
||||||
|
Remove-Item "${env:SystemDrive}\Virtio_0.1.189" -Force -Recurse -ErrorAction SilentlyContinue
|
||||||
|
Remove-Item "${env:SystemDrive}\Virtio_0.1.190" -Force -Recurse -ErrorAction SilentlyContinue
|
||||||
|
Remove-Item "${env:SystemDrive}\Virtio_0.1.196" -Force -Recurse -ErrorAction SilentlyContinue
|
||||||
|
Remove-Item "${env:SystemDrive}\Virtio_0.1.204" -Force -Recurse -ErrorAction SilentlyContinue
|
||||||
} catch {
|
} catch {
|
||||||
throw $_.Exception
|
throw $_.Exception
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# virtio windows drivers Removal
|
# virtio windows drivers Removal
|
||||||
# 2017-2020 foo.li systeme + software
|
# 2017-2021 foo.li systeme + software
|
||||||
|
|
||||||
$packageName = 'kvm-virito-drivers'
|
$packageName = 'kvm-virito-drivers'
|
||||||
$version = '0.1.185'
|
$version = '0.1.208'
|
||||||
$virtioPath = "$env:SystemDrive" + "\Virtio_" + $version
|
$virtioPath = "$env:SystemDrive" + "\Virtio_" + $version
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user