wok rev 23830

syslinux/isohybrid: remove Apple partitions (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 31 10:20:05 2020 +0000 (2020-05-31)
parents 31a47c12da10
children c2a80ff9499e
files syslinux/stuff/tools/isohybrid.sh
line diff
     1.1 --- a/syslinux/stuff/tools/isohybrid.sh	Sun May 31 10:17:28 2020 +0000
     1.2 +++ b/syslinux/stuff/tools/isohybrid.sh	Sun May 31 10:20:05 2020 +0000
     1.3 @@ -94,13 +94,6 @@
     1.4  	done | xargs echo -en | ddq bs=1 conv=notrunc of=$iso seek=$(($1))
     1.5  }
     1.6  
     1.7 -store32sw()
     1.8 -{
     1.9 -	n=$2; for i in 24 16 8 0; do
    1.10 -		printf '\\\\x%02X' $((($n >> $i) & 255))
    1.11 -	done | xargs echo -en | ddq bs=1 conv=notrunc of=$iso seek=$(($1))
    1.12 -}
    1.13 -
    1.14  crc32()
    1.15  {
    1.16  	t0=00000000; t1=77073096; t2=EE0E612C; t3=990951BA;