1762515584

This commit is contained in:
2025-11-07 04:39:43 -07:00
parent 453f16e91e
commit 6c4240fdb6
+1 -2
View File
@@ -17,7 +17,6 @@ fi
imgname=$PWD/$tag.img imgname=$PWD/$tag.img
xzname=$imgname.xz # already has da pwd from imgname xzname=$imgname.xz # already has da pwd from imgname
info=$PWD/$xzname.info info=$PWD/$xzname.info
sizes=$PWD/sizes-$tag.txt
checksums=$PWD/sha256sum-$tag.sha256 checksums=$PWD/sha256sum-$tag.sha256
# get real username (not root) if run with sudo # get real username (not root) if run with sudo
@@ -41,7 +40,7 @@ imgsize=$(du -h $imgname)
if [ ! -z "$2" ]; then if [ ! -z "$2" ]; then
# img sha256 # img sha256
sha256sum $imgname | tee $checksums sha256sum $imgname | tee -a $info
fi fi
# shrink and compress the image # shrink and compress the image