forked from Mirror/pmbootstrap
Use Alpine's QEMU rather than host system QEMU (v2)
This commit is contained in:
parent
181d85044e
commit
f6dcfbfe56
23 changed files with 1055 additions and 8 deletions
|
@ -124,6 +124,10 @@ def arguments_qemu(subparser):
|
|||
display.add_argument("--display", dest="qemu_display", const="sdl,gl=on",
|
||||
help="Qemu's display parameter (default: sdl,gl=on)",
|
||||
default="sdl,gl=on", nargs="?")
|
||||
|
||||
ret.add_argument("--host-qemu", dest="host_qemu", action='store_true',
|
||||
help="Use the host system's qemu")
|
||||
|
||||
return ret
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue