--- livecd-iso-to-disk 2008-01-29 07:56:35.000000000 +0530 +++ patch/livecd-iso-to-disk 2008-01-29 07:58:23.000000000 +0530 @@ -176,7 +176,7 @@ if [ -z "$noverify" ]; then # verify the image echo "Verifying image..." - checkisomd5 --verbose $ISO + /usr/lib/anaconda-runtime/checkisomd5 --verbose $ISO if [ $? -ne 0 ]; then echo "Are you SURE you want to continue?" echo "Press Enter to continue or ctrl-c to abort"