From 57e02ad7cb917f5dc8b373ce0f1b5621a18d6c02 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Nov 05 2007 18:46:25 +0000 Subject: - And fix to actually work with F7 --- diff --git a/isotostick.sh b/isotostick.sh index b62792e..3587b78 100644 --- a/isotostick.sh +++ b/isotostick.sh @@ -173,10 +173,10 @@ if [ -z "$USBDEV" -o ! -b "$USBDEV" ]; then usage fi -if [ -z "$noverify" ]; then +if [ -z "$noverify" -a -x /usr/lib/anaconda-runtime/checkisomd5 ]; 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" diff --git a/livecd-tools.spec b/livecd-tools.spec index f64b1ee..eee4a0f 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -1,7 +1,7 @@ Summary: Tools for building live CD's Name: livecd-tools Version: 009 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Base URL: http://git.fedoraproject.org/?p=hosted/livecd @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/livecd-tools/* %changelog +* Mon Nov 5 2007 Jeremy Katz - 009-3 +- And fix to actually work with F7 + * Mon Nov 5 2007 Jeremy Katz - 009-2 - Push new livecd-iso-to-disk that works with Fedora 8 live images