diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-10-26 19:22:19 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-10-26 19:22:19 +0200 |
commit | d058675b9a4274336ae3497914d6651f653ccde0 (patch) | |
tree | ead0e2256ba21837c102c838e6df293b61174311 /ci/deploy.sh | |
parent | 9cfa75272ba2fd9abab416db1f22df5989c9959e (diff) |
AArch64: Switch jumpserver VMs to virtio video
Drop vgabios dependency by switching video from VGA to virtio for
all VMs spawned on the jumpserver.
NOTE: This requires virtualization packages on the jumpserver to be
up to date (e.g. libvirt, QEMU).
JIRA: ARMBAND-306
Change-Id: I73913e1ae8584f4e73b92994f78f7ec363cba3ec
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 3699bf966..8882cb9c2 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -269,12 +269,6 @@ pushd "${DEPLOY_DIR}" > /dev/null [ -n "$(command -v yum)" ] && sudo yum install -y --skip-broken \ git make rsync genisoimage curl virt-install qemu-kvm -if [ "$(uname -i)" = "aarch64" ]; then - [ -n "$(command -v apt-get)" ] && sudo apt-get install -y vgabios && \ - sudo ln -sf /usr/share/vgabios/vgabios.bin /usr/share/qemu/vgabios-stdvga.bin - [ -n "$(command -v yum)" ] && sudo yum install -y --skip-broken vgabios -fi - # Clone git submodules and apply our patches make -C "${REPO_ROOT_PATH}/mcp/patches" deepclean patches-import |