On 2024/12/12 17:40, Paul M wrote:
Hi Gao,
On 2024/12/11 17:11, Gao Xiang wrote:
Hi Paul,
On 2024/12/11 23:07, 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
Hi Gao,
On 2024/12/11 17:11, Gao Xiang wrote:
>
> Hi Paul,
>
> On 2024/12/11 23:07, 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
Hi Paul,
On 2024/12/11 23:07, 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 s
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