Re: [PATCH v3] erofs-utils: add --hard-dereference option

2024-12-12 Thread Gao Xiang
On 2024/12/13 00:48, Paul Meyer wrote: Add option --hard-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 machine

[PATCH v3] erofs-utils: add --hard-dereference option

2024-12-12 Thread Paul Meyer
Add option --hard-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: Leona