From 9301c206812c8fcad4dff020b38f37afac48aee6 Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Tue, 29 Jan 2008 07:16:16 +0000 Subject: [PATCH] Adding livecd-iso-to-disk patch to fix checkisomd5sum location --- livecd-iso-to-disk-path.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 livecd-iso-to-disk-path.patch diff --git a/livecd-iso-to-disk-path.patch b/livecd-iso-to-disk-path.patch new file mode 100644 index 0000000..410f343 --- /dev/null +++ b/livecd-iso-to-disk-path.patch @@ -0,0 +1,11 @@ +--- 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"