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

BootProg/boot32.asm: add int 21h services 02h, 09h, 25h, 35h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 17:36:15 2024 +0000 (3 days 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	Wed Jun 26 17:36:15 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