fix: Improve bootmanager detection
This commit is contained in:
parent
2bfa81cefc
commit
a9531bc381
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ ready() {
|
|||
[ -f "$STORAGE/windows.boot" ] && return 0
|
||||
[ ! -s "$QEMU_PTY" ] && return 1
|
||||
|
||||
local line="Windows Boot Manager"
|
||||
local line="\"Windows Boot Manager\""
|
||||
if grep -Fq "$line" "$QEMU_PTY"; then
|
||||
return 0
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue