diff --git a/Makefile b/Makefile index 7f9fcd01..e60ea514 100644 --- a/Makefile +++ b/Makefile @@ -20,4 +20,4 @@ repos: make -C packages/extra repo assets: - make -C packages/core/talos/ assets + make -C packages/core/installer/ assets diff --git a/packages/core/installer/hack/gen-profiles.sh b/packages/core/installer/hack/gen-profiles.sh index 43e4db6d..3a8ec82a 100755 --- a/packages/core/installer/hack/gen-profiles.sh +++ b/packages/core/installer/hack/gen-profiles.sh @@ -35,16 +35,20 @@ for profile in $PROFILES; do if [ "$profile" = "nocloud" ]; then image_options="{ diskSize: 1306525696, diskFormat: raw }" out_format=".xz" + platform="nocloud" + kind="image" else image_options="{}" out_format="raw" + platform="metal" + kind="$profile" fi cat > images/talos/profiles/$profile.yaml <