feat: Detect Windows boot manager
This commit is contained in:
parent
d5f4b4784b
commit
d4ca6d958b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ QEMU_PTY="/run/shm/qemu.pty"
|
|||
QEMU_LOG="/run/shm/qemu.log"
|
||||
QEMU_OUT="/run/shm/qemu.out"
|
||||
QEMU_END="/run/shm/qemu.end"
|
||||
BOOT_LINE="starting Boot0002"
|
||||
BOOT_LINE="Windows Boot Manager"
|
||||
|
||||
rm -f /run/shm/qemu.*
|
||||
touch "$QEMU_LOG"
|
||||
|
|
|
|||
Loading…
Reference in a new issue