From f80dbcee0ec6b34dfca222f231865f62e56990ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 5 Feb 2024 14:40:55 +0100 Subject: [PATCH] rootfs: Add logging about the coco guest components MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will make our lives easier to figure out whether the components are being installed or not. Signed-off-by: Fabiano FidĂȘncio --- tools/osbuilder/rootfs-builder/rootfs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/osbuilder/rootfs-builder/rootfs.sh b/tools/osbuilder/rootfs-builder/rootfs.sh index d11cd2e63..b2d4651ca 100755 --- a/tools/osbuilder/rootfs-builder/rootfs.sh +++ b/tools/osbuilder/rootfs-builder/rootfs.sh @@ -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