mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-16 03:11:32 +00:00
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:
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…
x
Reference in New Issue
Block a user