wok-next diff syslinux/stuff/iso2exe/iso2exe.sh @ rev 19337

Add gvfb
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 18 11:17:12 2016 +0200 (2016-07-18)
parents ec6aef1425c3
children 8e396fd3bc8c
line diff
     1.1 --- a/syslinux/stuff/iso2exe/iso2exe.sh	Thu Jul 14 10:28:07 2016 +0200
     1.2 +++ b/syslinux/stuff/iso2exe/iso2exe.sh	Mon Jul 18 11:17:12 2016 +0200
     1.3 @@ -48,6 +48,7 @@
     1.4  #		2> /dev/null && echo "Store mount.posixovl ($(wc -c \
     1.5  #			< /usr/sbin/mount.posixovl) bytes) ..."
     1.6  	find $TMP -type f -print0 | xargs -0 chmod +x
     1.7 +	find $TMP -print0 | xargs -0 touch -r $1
     1.8  	( cd $TMP ; find * | grep -v rootfs.gz | cpio -o -H newc ) | \
     1.9  		compress $TMP/rootfs.gz
    1.10  	SIZE=$(wc -c < $TMP/rootfs.gz)