diff options
Diffstat (limited to 'scripts/runqemu-internal')
-rwxr-xr-x | scripts/runqemu-internal | 2 |
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 | |||
318 | fi | 318 | fi |
319 | 319 | ||
320 | if [ "$MACHINE" = "qemux86" ]; then | 320 | if [ "$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" |