make erofs shut up

doesn't seem to care that we set -d0, it still prints all paths
needlessly
This commit is contained in:
Harald Sitter
2025-04-16 15:23:06 +02:00
parent b8890299ef
commit e7f72121f6

View File

@@ -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"