mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 17:06:28 +00:00
packages: update default VMM to qemu-vanilla
We are looking to deprecate qemu-lite. As a first step, let's go ahead and make qemu-vanilla (4.0) the default VMM. We should probably rename qemu-vanilla to just qemu in a follow on PR. Fixes: #601 Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
@@ -12,7 +12,7 @@ export GOPATH=/usr/src/packages/BUILD/go
|
|||||||
export GOROOT=/usr/src/packages/BUILD/local/go
|
export GOROOT=/usr/src/packages/BUILD/local/go
|
||||||
export DH_OPTIONS
|
export DH_OPTIONS
|
||||||
|
|
||||||
export DEFAULT_QEMU=qemu-lite-system-x86_64
|
export DEFAULT_QEMU=qemu-vanilla-x86_64
|
||||||
|
|
||||||
GO_VERSION=@GO_VERSION@
|
GO_VERSION=@GO_VERSION@
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
%global IMPORTNAME %{DOMAIN}/%{ORG}/%{PROJECT}
|
%global IMPORTNAME %{DOMAIN}/%{ORG}/%{PROJECT}
|
||||||
%global GO_VERSION @GO_VERSION@
|
%global GO_VERSION @GO_VERSION@
|
||||||
|
|
||||||
%global DEFAULT_QEMU qemu-lite-system-x86_64
|
%global DEFAULT_QEMU qemu-vanilla-system-x86_64
|
||||||
|
|
||||||
%define LIBEXECDIR /usr/libexec
|
%define LIBEXECDIR /usr/libexec
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user