Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cloudconfigs/build-kairos-maas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ if [ "$HAS_CONTENT" = "true" ] && [ "$CONTENT_SIZE_BYTES" -gt 0 ]; then
# Copy SPC file if it exists to spc-config folder (preserve original filename)
if [ -n "$CLUSTERCONFIG_FILE" ] && [ -f "$CLUSTERCONFIG_FILE" ]; then
SPC_FILENAME=$(basename "$CLUSTERCONFIG_FILE")
cp -v "$CLUSTERCONFIG_FILE" "$MNT_FINAL_CONTENT/spc-config/$SPC_FILENAME"
cp -v "$CLUSTERCONFIG_FILE" "$MNT_FINAL_CONTENT/spc-config/spc.tgz"
echo "Copied SPC file to spc-config folder: $SPC_FILENAME"
fi

Expand Down Expand Up @@ -584,4 +584,4 @@ echo "✅ Composite image created and compressed successfully: $COMPRESSED_IMG"
echo "You can now upload this compressed raw image to MAAS (MAAS will automatically decompress it)."

# Exit with success code
exit 0
exit 0