Add template for generating Tegu vendor blobs

Also add template for generating factory image

TEST: generated images/blobs from artifacts.

BUG: 362002791

Change-Id: I83161d9dc7a7448e2f58956e761aaf65228a3807
This commit is contained in:
Bill Yi 2024-08-24 17:58:19 -07:00
parent d65f111bd1
commit 812e3e35a7
16 changed files with 554 additions and 0 deletions

12
self-extractors/PART3 Normal file
View file

@ -0,0 +1,12 @@
if test $? != 0
then
echo
echo ERROR: Couldn\'t extract files. 1>&2
exit 3
else
echo
echo Files extracted successfully.
fi
exit 0