summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-05 14:16:59 +0300
committerLars Wirzenius <liw@liw.fi>2020-04-05 14:16:59 +0300
commit067e020d4b72c380fdaf540c333f0e4750a27e63 (patch)
treef1088104ea0fe02b910e1dbb27e0172f869f0c25
parent2fa91bd113b4234371862455cb2127139320b1c1 (diff)
downloadbase-image-specs-master.tar.gz
Signed-off-by: Lars Wirzenius <liw@liw.fi>HEADmaster
Fix: force compression even if target exists This lets us run the script repeatedly
-rwxr-xr-xbuild-all.sh2
1 files changed, 1 insertions, 1 deletions
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"