[PATCH v2] erofs-utils: add --hardlink-dereference option

2024-12-12 Thread Paul Meyer
Add option --hardlink-dereference to dereference hardlinks when creating an image. Instead of reusing the inode, hardlinks are added as separate inodes. This is useful for reproducible builds, when the rootfs is space-optimized using hardlinks on some machines, but not on others. Co-authored-by: L

Re: [PATCH v2] erofs-utils: add --hardlink-dereference option

2024-12-12 Thread Gao Xiang
On 2024/12/12 21:56, Paul Meyer wrote: Add option --hardlink-dereference to dereference hardlinks when creating an image. Instead of reusing the inode, hardlinks are added as separate inodes. This is useful for reproducible builds, when the rootfs is space-optimized using hardlinks on some mac