mirror of
https://github.com/dockur/windows.git
synced 2026-08-24 15:48:59 +01:00
fix: Lower the amount of RAM required for Win11 (#2090)
This commit is contained in:
+2
-2
@@ -1476,8 +1476,8 @@ extractESD() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
if (( count < 3 )); then
|
||||
error "Invalid ESD file: expected at least 3 images, found $count."
|
||||
if (( count < 4 )); then
|
||||
error "Invalid ESD file: expected at least 4 images, found $count."
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user