diff options
| -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 e8191d1375..c7e4c5c7e2 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal | |||
| @@ -349,7 +349,7 @@ if [ "$MACHINE" = "qemux86-64" ]; then | |||
| 349 | QEMU=qemu-system-x86_64 | 349 | QEMU=qemu-system-x86_64 |
| 350 | QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS -vga vmware" | 350 | QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS -vga vmware" |
| 351 | if [ "$FSTYPE" = "ext3" -o "$FSTYPE" = "btrfs" ]; then | 351 | if [ "$FSTYPE" = "ext3" -o "$FSTYPE" = "btrfs" ]; then |
| 352 | KERNCMDLINE="vga=0 root=$DROOT rw mem=$QEMU_MEMORY $KERNEL_NETWORK_CMD" | 352 | KERNCMDLINE="vga=0 uvesafb.mode_option=640x480-32 root=$DROOT rw mem=$QEMU_MEMORY $KERNEL_NETWORK_CMD" |
| 353 | QEMUOPTIONS="$QEMU_NETWORK_CMD $ROOTFS_OPTIONS $QEMU_UI_OPTIONS" | 353 | QEMUOPTIONS="$QEMU_NETWORK_CMD $ROOTFS_OPTIONS $QEMU_UI_OPTIONS" |
| 354 | fi | 354 | fi |
| 355 | if [ "$FSTYPE" = "nfs" ]; then | 355 | if [ "$FSTYPE" = "nfs" ]; then |
