From d1f8846adb2f7b015f6ffb821da50bf2f7744f95 Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Thu, 24 Jan 2019 17:41:31 -0600 Subject: [PATCH] releaes: static: add wrapper for firecracker config. https://github.com/kata-containers/documentation/wiki/Initial-release-of-Kata-Containers-with-Firecracker-support The wiki says that a wrapper is part of the release tarball, `make install` from runtime is not doing it, add workaround until this is added as an official wrapper. Signed-off-by: Jose Carlos Venegas Munoz --- release/kata-deploy-binaries.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/release/kata-deploy-binaries.sh b/release/kata-deploy-binaries.sh index f24f3da839..2817d0335d 100755 --- a/release/kata-deploy-binaries.sh +++ b/release/kata-deploy-binaries.sh @@ -145,6 +145,21 @@ install_kata_components() { pushd "${destdir}/${prefix}/share/defaults/${project}" ln -sf "configuration-qemu.toml" configuration.toml popd + + pushd "${destdir}/${prefix}/bin" + cat <