mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 16:57:18 +00:00
snap: fix qemu command name
set qemu-system instead of qemu-lite as default qemu command Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
d901b625c9
commit
e7ff7e1c44
@ -49,11 +49,13 @@ parts:
|
||||
# build and install
|
||||
make \
|
||||
PREFIX=/snap/${SNAPCRAFT_PROJECT_NAME}/current/usr \
|
||||
SKIP_GO_VERSION_CHECK=1
|
||||
SKIP_GO_VERSION_CHECK=1 \
|
||||
QEMUCMD=qemu-system-$(arch)
|
||||
make install \
|
||||
PREFIX=/usr \
|
||||
DESTDIR=${SNAPCRAFT_PART_INSTALL} \
|
||||
SKIP_GO_VERSION_CHECK=1
|
||||
SKIP_GO_VERSION_CHECK=1 \
|
||||
QEMUCMD=qemu-system-$(arch)
|
||||
|
||||
# A snap is read-only squashfs, unfourtunately it's not possible to use the rootfs image with DAX
|
||||
# since rw access is required therefore initrd image must be used instead.
|
||||
|
Loading…
Reference in New Issue
Block a user