# HG changeset patch # User Pascal Bellard # Date 1590920405 0 # Node ID e372913c6d185cd437272a1df991758e9b23e412 # Parent 31a47c12da100d5ea676885378ced7186915fad2 syslinux/isohybrid: remove Apple partitions (again) diff -r 31a47c12da10 -r e372913c6d18 syslinux/stuff/tools/isohybrid.sh --- a/syslinux/stuff/tools/isohybrid.sh Sun May 31 10:17:28 2020 +0000 +++ b/syslinux/stuff/tools/isohybrid.sh Sun May 31 10:20:05 2020 +0000 @@ -94,13 +94,6 @@ done | xargs echo -en | ddq bs=1 conv=notrunc of=$iso seek=$(($1)) } -store32sw() -{ - n=$2; for i in 24 16 8 0; do - printf '\\\\x%02X' $((($n >> $i) & 255)) - done | xargs echo -en | ddq bs=1 conv=notrunc of=$iso seek=$(($1)) -} - crc32() { t0=00000000; t1=77073096; t2=EE0E612C; t3=990951BA;