# HG changeset patch # User Pascal Bellard # Date 1519629203 -3600 # Node ID bd1bde4d6cad5310a9bf2273a996f3c06d08e8fa # Parent 66335bf0d909ccf2c5ed5b8345d328357042bc64 Russian inner dolls should not overwrite /cdrom/boot (again) diff -r 66335bf0d909 -r bd1bde4d6cad tazlito --- a/tazlito Mon Feb 26 08:10:41 2018 +0100 +++ b/tazlito Mon Feb 26 08:13:23 2018 +0100 @@ -602,7 +602,7 @@ create_iso $ISO_NAME.iso $ROOTCD action 'Creating the ISO md5sum...' - md5sum $ISO_NAME.iso | sort -k 2 > $ISO_NAME.md5 + md5sum $ISO_NAME.iso > $ISO_NAME.md5 status separator @@ -2944,7 +2944,7 @@ cd $DISTRO create_iso $ISO_NAME.iso $ROOTCD action 'Creating the ISO md5sum...' - md5sum $ISO_NAME.iso | sort -k 2 > $ISO_NAME.md5 + md5sum $ISO_NAME.iso > $ISO_NAME.md5 status footer "ISO image: $(du -sh $DISTRO/$ISO_NAME.iso)"