tazlito rev 434

loram: deduplicate symlink (tiny shrink)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 18 10:05:38 2016 +0200 (2016-09-18)
parents 0f23bf36e100
children 2f785951bc31
files tazlito
line diff
     1.1 --- a/tazlito	Sun Sep 18 09:33:29 2016 +0200
     1.2 +++ b/tazlito	Sun Sep 18 10:05:38 2016 +0200
     1.3 @@ -285,7 +285,7 @@
     1.4  		-c boot/isolinux/boot.cat   -no-emul-boot   -boot-load-size 4 \
     1.5  		${uefi:+-eltorito-alt-boot  -e $uefi  -no-emul-boot} \
     1.6  		-V "${VOLUM_NAME:-SliTaz}"   -p "${PREPARED:-$(id -un)}" \
     1.7 -		-input-charset utf-8 \
     1.8 +		-volset "SliTaz $SLITAZ_VERSION" -input-charset utf-8 \
     1.9  		-A "tazlito $VERSION/$(genisoimage --version)" \
    1.10  		-copyright README   -P "www.slitaz.org"   -boot-info-table $2
    1.11  	if [ -x '/usr/bin/isohybrid' ]; then
    1.12 @@ -1104,6 +1104,7 @@
    1.13  		mkdir -p $TMP_DIR/fs
    1.14  		cd $TMP_DIR/fs
    1.15  		uncompress $i | cpio -idm
    1.16 +		deduplicate
    1.17  		cd - > /dev/null
    1.18  		rootfs=$TMP_DIR/$(basename $i)
    1.19  		/usr/sbin/mksquashfs $TMP_DIR/fs $rootfs -comp xz -Xbcj x86