mirror of
https://github.com/dockur/windows.git
synced 2026-09-13 21:38:22 +01:00
fix: Set defaults for NT5 animations (#2193)
This commit is contained in:
+3
-1
@@ -1422,7 +1422,9 @@ addDrivers() {
|
||||
warn "Windows version unknown, falling back to $desc drivers..."
|
||||
fi
|
||||
|
||||
if ! bsdtar -xf /var/drivers.txz -C "$drivers"; then
|
||||
if ! bsdtar -xf /var/drivers.txz -C "$drivers" \
|
||||
--exclude='win9x' --exclude='sata' --exclude='qbochs' \
|
||||
--exclude='vmsvga'; then
|
||||
error "Failed to extract drivers from archive!" && return 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user