diff --git a/src/install.sh b/src/install.sh index c54f3eb..225dfa7 100644 --- a/src/install.sh +++ b/src/install.sh @@ -691,6 +691,10 @@ addDriver() { [ ! -d "$path/$driver/$folder" ] && return 0 + if [[ "${id,,}" == "winvista"* ]]; then + [[ "${driver,,}" == "viorng" ]] && return 0 + fi + if ! wimlib-imagex update "$loc" "$idx" --command "add $path/$driver/$folder /\$WinPEDriver\$/$driver" >/dev/null; then warn "Failed to add driver \"$driver\" to image!" fi