virtio-win/tests/scripts/mount_iso.sh
Yan Vugenfirer 3e656e3163 Add scripts that are comparing INF versions
The comparison is between the versions that are present in
signed drivers repository and should be present in
signed_drivers_versions.txt file.
The comparison is based on driver version in INF file.

- Resolves: rhbz#1738372

Signed-off-by: Yan Vugenfirer <yvugenfi@redhat.com>
2020-08-09 16:07:21 +03:00

9 lines
126 B
Bash
Executable File

#!/bin/sh
echo "Mount installed virtio-win ISO"
mkdir mnt_iso
mount /usr/share/virtio-win/virtio-win.iso mnt_iso -o loop