diff --git a/scripts/create_install_pack b/scripts/create_install_pack index bc8dd8b..0cf3475 100755 --- a/scripts/create_install_pack +++ b/scripts/create_install_pack @@ -56,4 +56,15 @@ cp ${HOWTO} /tmp/installpack/components/ cp ${INSTALL_SH} /tmp/installpack chmod +x /tmp/installpack/install.sh +( +echo "Date : $(date)" +echo "Git : $(git rev-parse HEAD)" +pushd /tmp/installpack > /dev/null +echo +echo " $(sha256sum components/citadel-image-rootfs.ext2)" +echo " $(sha256sum components/appimg-rootfs.tar.xz)" +popd > /dev/null +) > /tmp/installpack/build.info + tar -C /tmp -cvf installpack.tar installpack +#rm -rf /tmp/installpack