mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 14:16:47 +00:00
修复vnc启动失败的问题 (#951)
This commit is contained in:
parent
d031d46fd9
commit
40d05bcc99
@ -124,7 +124,7 @@ while true;do
|
||||
--display)
|
||||
case "$2" in
|
||||
vnc)
|
||||
QEMU_ARGUMENT+=" -display vnc=:00"
|
||||
QEMU_ARGUMENT+=" -display vnc=:00 "
|
||||
;;
|
||||
window)
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user