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:
Fabiano Fidêncio 2024-02-05 14:40:55 +01:00
parent 68b8186ec4
commit f80dbcee0e
No known key found for this signature in database
GPG Key ID: EE926C2BDACC177B

View File

@ -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