composite/factory: do not show revision in image names

As hotfixes may end up in images they still correspond to the
release version to avoid confusion.
This commit is contained in:
Franco Fichtner 2025-10-28 10:00:44 +01:00
parent 9a1ab4c444
commit 84139b4d47

View file

@ -41,7 +41,8 @@ if [ -z "${COREFILE}" ]; then
exit 1
fi
COREFILE=$(basename ${COREFILE%%.pkg})
COREFILE=$(basename ${COREFILE%.pkg})
COREFILE=$(basename ${COREFILE%_*})
FS=ufs
if [ -n "${PRODUCT_ZFS}" ]; then