From 487eedd48ad3e2e6fdbf080021d1dd2a3ceeb5f4 Mon Sep 17 00:00:00 2001 From: Vadim Rozenfeld Date: Tue, 6 Aug 2024 16:31:56 +1000 Subject: [PATCH] add netkvmco.dll to the list Signed-off-by: Vadim Rozenfeld --- make-virtio-win-rpm-archive.py | 1 + 1 file changed, 1 insertion(+) diff --git a/make-virtio-win-rpm-archive.py b/make-virtio-win-rpm-archive.py index 7f113fb..72ecf59 100755 --- a/make-virtio-win-rpm-archive.py +++ b/make-virtio-win-rpm-archive.py @@ -274,6 +274,7 @@ def build_vfd(fname, dmap, driverdir, rootdir, rpmdriversdir, mediadir): # such doesn't have much use at boot/install time if (src_file.endswith('.pdb') or src_file.endswith('.doc') or + src_file == 'netkvmco.dll' or src_file == 'netkvmco.exe'): continue