|
|
@ -8,7 +8,7 @@
|
|
|
|
# special cloud-init configuration that should not be happening for cloud
|
|
|
|
# special cloud-init configuration that should not be happening for cloud
|
|
|
|
# cases. This check should be changed to a per-MODEL/per-SUBARCH check once
|
|
|
|
# cases. This check should be changed to a per-MODEL/per-SUBARCH check once
|
|
|
|
# we support building cloud images via ubuntu-image.
|
|
|
|
# we support building cloud images via ubuntu-image.
|
|
|
|
if [ "$IMAGEFORMAT" == "ubuntu-image" ]; do
|
|
|
|
if [ "$IMAGEFORMAT" == "ubuntu-image" ]; then
|
|
|
|
# If the cloud does not provide a meta-data service this should be run
|
|
|
|
# If the cloud does not provide a meta-data service this should be run
|
|
|
|
# This will setup a nocloud datasource on the boot partition.
|
|
|
|
# This will setup a nocloud datasource on the boot partition.
|
|
|
|
# This is the default behavior for our ubuntu-image built preinstalled
|
|
|
|
# This is the default behavior for our ubuntu-image built preinstalled
|
|
|
|