From a619abefde7d3482622e28bf002a1add61a784c2 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Mon, 6 Jul 2026 15:43:18 +0200 Subject: [PATCH] reorder mkosi arguments and add linebreaks --- build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 61c3ca5..77090bc 100755 --- a/build.sh +++ b/build.sh @@ -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.