mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
feat: Faster ESD extraction (#484)
This commit is contained in:
parent
f7986f57ce
commit
47d2d2294c
2 changed files with 3 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ ready() {
|
|||
return 1
|
||||
fi
|
||||
|
||||
local line="Windows Boot Manager"
|
||||
local line="\"Windows Boot Manager\""
|
||||
if grep -Fq "$line" "$QEMU_PTY"; then
|
||||
return 0
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue