mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-06 03:56:34 +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"
|
||||
|
||||
if [ -n "${COCO_GUEST_COMPONENTS_TARBALL}" ] ; then
|
||||
info "Installing the Confidential Containers guest components tarball"
|
||||
tar xvJpf ${COCO_GUEST_COMPONENTS_TARBALL} -C ${ROOTFS_DIR}
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user