From b9bd9022556e2bb1d0c64413c3c03b5ab8b8d658 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 25 May 2024 10:56:43 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/install.sh b/src/install.sh index 4fbb234..a386b45 100644 --- a/src/install.sh +++ b/src/install.sh @@ -817,6 +817,7 @@ updateImage() { wimlib-imagex update "$loc" "$index" --command "delete --force --recursive /$target" >/dev/null || true + addDriver "$DETECTED" "$drivers" "$target" "qxl" addDriver "$DETECTED" "$drivers" "$target" "viofs" addDriver "$DETECTED" "$drivers" "$target" "sriov" addDriver "$DETECTED" "$drivers" "$target" "qxldod"