You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of space is wasted because over a hundred files are actually the same binary with different names, which should be hard links, but because of mounting/copying/etc that happens in the system, end up becoming 100+ different files (over 200MB).
A lot of space is wasted because over a hundred files are actually the same binary with different names, which should be hard links, but because of mounting/copying/etc that happens in the system, end up becoming 100+ different files (over 200MB).
Not all files in libexec/git-core are the same binary, but
md5sum *
shows which ones are meant to be.A possible fix is to tweak the Git recipe to replace these by symlinks, but I haven't tested this approach yet.
Another possibility is to write a PostInstall rule that converts duplicates into hardlinks, but that would still waste considerable space in the ISO.
The text was updated successfully, but these errors were encountered: