From e7f72121f640c55a47374dca819dc4d61799bfdd Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Wed, 16 Apr 2025 15:23:06 +0200 Subject: [PATCH] make erofs shut up doesn't seem to care that we set -d0, it still prints all paths needlessly --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 890f576..e4e1948 100755 --- a/build.sh +++ b/build.sh @@ -186,7 +186,7 @@ rm -rf "$ROOTFS_TAR" ./*.tar tar -C "${OUTPUT}"/ --xattrs --xattrs-include=*.* -cf "$ROOTFS_TAR" . zstd -T0 --rm "$ROOTFS_TAR" -mkfs.erofs -d0 -zzstd "$ROOTFS_EROFS" "$OUTPUT" +mkfs.erofs -d0 -zzstd "$ROOTFS_EROFS" "$OUTPUT" > /dev/null 2>&1 # Now assemble the two generated images using systemd-repart and the definitions in mkosi.repart into $IMG. touch "$IMG"