mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-06 20:09:44 +00:00
rootfs: Add logging about the coco guest components
This will make our lives easier to figure out whether the components are being installed or not. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
68b8186ec4
commit
f80dbcee0e
@ -794,6 +794,7 @@ EOF
|
|||||||
OK "init is installed"
|
OK "init is installed"
|
||||||
|
|
||||||
if [ -n "${COCO_GUEST_COMPONENTS_TARBALL}" ] ; then
|
if [ -n "${COCO_GUEST_COMPONENTS_TARBALL}" ] ; then
|
||||||
|
info "Installing the Confidential Containers guest components tarball"
|
||||||
tar xvJpf ${COCO_GUEST_COMPONENTS_TARBALL} -C ${ROOTFS_DIR}
|
tar xvJpf ${COCO_GUEST_COMPONENTS_TARBALL} -C ${ROOTFS_DIR}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user