wok diff syslinux/stuff/iso2exe/taziso @ rev 25704

BootProg: contiguous file support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 04 16:57:31 2024 +0000 (3 months ago)
parents 2ac466d9d0a7
children
line diff
     1.1 --- a/syslinux/stuff/iso2exe/taziso	Mon Jan 10 14:18:26 2022 +0000
     1.2 +++ b/syslinux/stuff/iso2exe/taziso	Tue Jun 04 16:57:31 2024 +0000
     1.3 @@ -697,7 +697,7 @@
     1.4  {
     1.5  	dotwait "locate files"
     1.6  	( cd $media; find * -type f | while read f; do
     1.7 -		printf "%8d  %s\n" $(stat -m "$f" | sed q) "$f"
     1.8 +		printf "%8d  %s\n" $(busybox stat -m "$f" | sed q) "$f"
     1.9  	done | sort -n ) > /tmp/data
    1.10  	rm -f /tmp/wait
    1.11  	if [ "$1" ]; then