diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-10-27 16:56:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-27 16:56:59 +0000 |
commit | 4401837178770d50b2d1579a01fb7e6aaca37907 (patch) | |
tree | 39ea40403f3f8ff81af003383053d5d273124c33 /mcp/scripts/lib.sh | |
parent | b6e65dbb9952aeafeff6fcc07b6dcd97940d62ff (diff) | |
parent | 18ca1ba6b3a85c40c7eab9dc0e32c80032941184 (diff) |
Merge "AArch64: Switch jumpserver VMs to virtio video" into stable/euphrates
Diffstat (limited to 'mcp/scripts/lib.sh')
-rw-r--r-- | mcp/scripts/lib.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mcp/scripts/lib.sh b/mcp/scripts/lib.sh index a165bb367..b8991534b 100644 --- a/mcp/scripts/lib.sh +++ b/mcp/scripts/lib.sh @@ -97,8 +97,8 @@ function create_vms { # AArch64: prepare arch specific arguments local virt_extra_args="" if [ "$(uname -i)" = "aarch64" ]; then - # No Cirrus VGA on AArch64, use vga std - virt_extra_args="$virt_extra_args --video=vga" + # No Cirrus VGA on AArch64, use virtio instead + virt_extra_args="$virt_extra_args --video=virtio" fi # create vms with specified options |