# HG changeset patch # User Pascal Bellard # Date 1521291784 -3600 # Node ID 94ef1a590b5dddbfdd39617e1a47c6855a421837 # Parent 2ca093c3ff305949559a56d40961b154d596e66a Store location of 2nd eltorito boot file (again) diff -r 2ca093c3ff30 -r 94ef1a590b5d tazlito --- a/tazlito Fri Mar 16 23:20:47 2018 +0100 +++ b/tazlito Sat Mar 17 14:03:04 2018 +0100 @@ -267,7 +267,7 @@ for i in $(seq 0 8 24); do printf '\\\\x%02X' $((($3 >> $i) & 255)) done | xargs echo -en | dd bs=1 conv=notrunc of=$1 seek=$2 2>/dev/null - set -- $1 $((4+$4)) $(stat -m $5/boot/isolinux/efi.img | sed q) + set -- $1 $((2+$4)) $(stat -m $5/boot/isolinux/efi.img | sed q) for i in $(seq 0 8 24); do printf '\\\\x%02X' $((($3 >> $i) & 255)) done | xargs echo -en | dd bs=1 conv=notrunc of=$1 seek=$2 2>/dev/null @@ -898,7 +898,7 @@ zcat "$1.$i" | cpio -tv 2>/dev/null > "$1.list$i"; infos="$infos\n$1.list$i" rm "$1.$i" done - touch -t 197001010100.00 "$1.*" + touch -t 197001010100.00 $1.* # Info to be stored inside ISO [ "$2" == info ] && echo -e $infos | cpio -o -H newc | dogzip info rm $1.list*