summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index e01d276f7b..373202a2b7 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -182,7 +182,7 @@ while true; do
182 SLIRP_ENABLED="yes" 182 SLIRP_ENABLED="yes"
183 ;; 183 ;;
184 "publicvnc") 184 "publicvnc")
185 SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -vnc 0.0.0.0:0" 185 SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -vnc :0"
186 ;; 186 ;;
187 *-image*) 187 *-image*)
188 [ -z "$ROOTFS" ] || \ 188 [ -z "$ROOTFS" ] || \