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

ubuntu/zesty
Mathieu Trudel-Lapierre 8 years ago
parent 4613a2c82e
commit 4e01beda8c

@ -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

Loading…
Cancel
Save