rpms/livecd-tools/EL-5 livecd-iso-to-disk-path.patch,NONE,1.1

Rahul Sundaram (sundaram) fedora-extras-commits at redhat.com
Tue Jan 29 07:16:25 UTC 2008


Author: sundaram

Update of /cvs/pkgs/rpms/livecd-tools/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11645

Added Files:
	livecd-iso-to-disk-path.patch 
Log Message:
Adding livecd-iso-to-disk patch to fix checkisomd5sum location


livecd-iso-to-disk-path.patch:

--- NEW FILE livecd-iso-to-disk-path.patch ---
--- livecd/tools.orig/livecd-iso-to-disk.sh	2008-01-29 14:40:58.000000000 +0530
+++ livecd/tools/livecd-iso-to-disk.sh	2008-01-29 14:42:09.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"




More information about the fedora-extras-commits mailing list