mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-28 18:54:37 +01:00
Update the runtime to use qemu-lite by default. After a build this will be observed as the default in configuration.toml Fixes: #293 Depends-on: github.com/kata-containers/tests#308 Signed-off-by: Eric Ernst <eric.ernst@intel.com>
13 lines
200 B
Makefile
13 lines
200 B
Makefile
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Intel x86-64 settings
|
|
|
|
MACHINETYPE := pc
|
|
KERNELPARAMS :=
|
|
MACHINEACCELERATORS :=
|
|
|
|
QEMUCMD := qemu-lite-system-x86_64
|