From 067e020d4b72c380fdaf540c333f0e4750a27e63 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 5 Apr 2020 14:16:59 +0300 Subject: Signed-off-by: Lars Wirzenius Fix: force compression even if target exists This lets us run the script repeatedly --- build-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-all.sh b/build-all.sh index ea7c56c..bd76db4 100755 --- a/build-all.sh +++ b/build-all.sh @@ -13,7 +13,7 @@ image() --log base.log \ --rootfs-tarball "$tarball" chmod a+r "$img" base.log - xz -v1T0 "$img" + xz -fv1T0 "$img" } tarballs="$1" -- cgit v1.2.1