reorder mkosi arguments and add linebreaks

This commit is contained in:
Harald Sitter
2026-07-06 15:43:18 +02:00
committed by Aleix Pol i Gonzalez
parent 9cc1eacc89
commit a619abefde

View File

@@ -124,9 +124,10 @@ else
fi
mkosi \
--extra-tree $BUILDSTREAM_BOOTFS:/boot \
--image-version="$VERSION" \
--extra-tree="$PWD/install.tar.zst" --extra-tree="$PWD/mkosi.extra" \
--extra-tree $BUILDSTREAM_BOOTFS:/boot \
--extra-tree="$PWD/install.tar.zst" \
--extra-tree="$PWD/mkosi.extra" \
"$@"
# Adjust mtime to reduce unnecessary churn between images caused by us rebuilding repos that have possibly not changed in source or binary interfaces.