From 4e01beda8cac6b81a71cdc473f828886ca0d7f87 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Tue, 11 Apr 2017 22:03:04 -0400 Subject: [PATCH] Set IMAGE_STR and FS_LABEL for ubuntu-cpc 999-extras.binary hook too; but also export CLOUD_IMG_STR. --- live-build/ubuntu-cpc/hooks/999-extras.binary | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/live-build/ubuntu-cpc/hooks/999-extras.binary b/live-build/ubuntu-cpc/hooks/999-extras.binary index c36b1e7f..c897359b 100755 --- a/live-build/ubuntu-cpc/hooks/999-extras.binary +++ b/live-build/ubuntu-cpc/hooks/999-extras.binary @@ -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