Set IMAGE_STR and FS_LABEL for ubuntu-cpc 999-extras.binary hook too; but also export CLOUD_IMG_STR.

This commit is contained in:
Mathieu Trudel-Lapierre 2017-04-11 22:03:04 -04:00
parent 4613a2c82e
commit 4e01beda8c

View File

@ -8,6 +8,10 @@ if [ ! -d ${my_dir}/extra ]; then
exit 0
fi
IMAGE_STR="# CLOUD_IMG: This file was created/modified by the Cloud Image build process"
CLOUD_IMG_STR="$IMAGE_STR"
FS_LABEL="cloudimg-rootfs"
# Export the common functions to the extras
. config/functions