summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu-internal
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu-internal')
-rwxr-xr-xscripts/runqemu-internal2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal
index e628833cd2..a9b1c44de4 100755
--- a/scripts/runqemu-internal
+++ b/scripts/runqemu-internal
@@ -318,7 +318,7 @@ if [ "$MACHINE" = "qemuarm" -o "$MACHINE" = "qemuarmv6" -o "$MACHINE" = "qemuarm
318fi 318fi
319 319
320if [ "$MACHINE" = "qemux86" ]; then 320if [ "$MACHINE" = "qemux86" ]; then
321 QEMU=qemu 321 QEMU=qemu-system-i386
322 QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS -vga vmware" 322 QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS -vga vmware"
323 if [ "$FSTYPE" = "ext2" -o "$FSTYPE" = "ext3" -o "$FSTYPE" = "btrfs" ]; then 323 if [ "$FSTYPE" = "ext2" -o "$FSTYPE" = "ext3" -o "$FSTYPE" = "btrfs" ]; then
324 KERNCMDLINE="vga=0 root=/dev/hda rw mem=$QEMU_MEMORY $KERNEL_NETWORK_CMD" 324 KERNCMDLINE="vga=0 root=/dev/hda rw mem=$QEMU_MEMORY $KERNEL_NETWORK_CMD"