mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
fix: Detection of EFI images (#577)
This commit is contained in:
parent
0bb55b7bc1
commit
2f5f01dbb2
5 changed files with 37 additions and 29 deletions
|
|
@ -216,7 +216,7 @@ _graceful_shutdown() {
|
|||
|
||||
SERIAL="pty"
|
||||
MONITOR="telnet:localhost:$QEMU_PORT,server,nowait,nodelay"
|
||||
MONITOR="$MONITOR -daemonize -D $QEMU_LOG -pidfile $QEMU_PID"
|
||||
MONITOR+=" -daemonize -D $QEMU_LOG -pidfile $QEMU_PID"
|
||||
|
||||
_trap _graceful_shutdown SIGTERM SIGHUP SIGINT SIGABRT SIGQUIT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue