tazlito rev 486

Russian inner dolls should not overwrite /cdrom/boot (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 26 08:13:23 2018 +0100 (2018-02-26)
parents 66335bf0d909
children b5e7737cce0b
files tazlito
line diff
     1.1 --- a/tazlito	Mon Feb 26 08:10:41 2018 +0100
     1.2 +++ b/tazlito	Mon Feb 26 08:13:23 2018 +0100
     1.3 @@ -602,7 +602,7 @@
     1.4  	create_iso $ISO_NAME.iso $ROOTCD
     1.5  
     1.6  	action 'Creating the ISO md5sum...'
     1.7 -	md5sum $ISO_NAME.iso | sort -k 2 > $ISO_NAME.md5
     1.8 +	md5sum $ISO_NAME.iso > $ISO_NAME.md5
     1.9  	status
    1.10  
    1.11  	separator
    1.12 @@ -2944,7 +2944,7 @@
    1.13  		cd $DISTRO
    1.14  		create_iso $ISO_NAME.iso $ROOTCD
    1.15  		action 'Creating the ISO md5sum...'
    1.16 -		md5sum $ISO_NAME.iso | sort -k 2 > $ISO_NAME.md5
    1.17 +		md5sum $ISO_NAME.iso > $ISO_NAME.md5
    1.18  		status
    1.19  
    1.20  		footer "ISO image: $(du -sh $DISTRO/$ISO_NAME.iso)"