diff --git a/Makefile b/Makefile index f55f1bd..99fe3bc 100644 --- a/Makefile +++ b/Makefile @@ -43,5 +43,5 @@ create-custom-iso: --recovery-partition-size 4200 \ --size 15200 \ --images-size 2000 \ - --config /config.yaml \ - --docker-image ${CUSTOM_IMAGE} /custom.img + --config /HERE/cloud-config.yaml \ + --docker-image ${CUSTOM_IMAGE} /custom.img diff --git a/config.yaml b/cloud-config.yaml similarity index 100% rename from config.yaml rename to cloud-config.yaml