Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 20 years ago
parent
commit
d68d8993d1
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      target/bootdisk/linuxrc.sh

+ 6
- 1
target/bootdisk/linuxrc.sh

@ -392,8 +392,13 @@ checkisomd5() { # {{{
echo "Running check..."
/bin/checkisomd5 ${devicefile}
code=${?}
if [ ${code} -eq 1 ] ; then
echo "MD5Sum is correct."
elif [ ${code} -eq 0 ] ; then
echo "MD5Sum is NOT correct! Please contact the authors!"
fi
echo "done"
echo "Press Return key to continue."
read
} # }}}

Loading…
Cancel
Save