# HG changeset patch # User Pascal Bellard # Date 1474185938 -7200 # Node ID c53dcc8b43703585c0c173f3ee76e387ea4dc011 # Parent 0f23bf36e1007cc27a6b6f2a83f874608410ff02 loram: deduplicate symlink (tiny shrink) diff -r 0f23bf36e100 -r c53dcc8b4370 tazlito --- a/tazlito Sun Sep 18 09:33:29 2016 +0200 +++ b/tazlito Sun Sep 18 10:05:38 2016 +0200 @@ -285,7 +285,7 @@ -c boot/isolinux/boot.cat -no-emul-boot -boot-load-size 4 \ ${uefi:+-eltorito-alt-boot -e $uefi -no-emul-boot} \ -V "${VOLUM_NAME:-SliTaz}" -p "${PREPARED:-$(id -un)}" \ - -input-charset utf-8 \ + -volset "SliTaz $SLITAZ_VERSION" -input-charset utf-8 \ -A "tazlito $VERSION/$(genisoimage --version)" \ -copyright README -P "www.slitaz.org" -boot-info-table $2 if [ -x '/usr/bin/isohybrid' ]; then @@ -1104,6 +1104,7 @@ mkdir -p $TMP_DIR/fs cd $TMP_DIR/fs uncompress $i | cpio -idm + deduplicate cd - > /dev/null rootfs=$TMP_DIR/$(basename $i) /usr/sbin/mksquashfs $TMP_DIR/fs $rootfs -comp xz -Xbcj x86