[Fedora-livecd-list] tools/livecd-iso-to-disk.sh

Jeremy Katz katzj at fedoraproject.org
Thu Apr 3 15:21:44 UTC 2008


 tools/livecd-iso-to-disk.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d69237bcf038ca91ba5e12a9a1d8508b2159183f
Author: Jeremy Katz <katzj at redhat.com>
Date:   Thu Apr 3 11:06:34 2008 -0400

    Ensure we copy osmin.img from the right path.

diff --git a/tools/livecd-iso-to-disk.sh b/tools/livecd-iso-to-disk.sh
index 0302bcf..0b70eff 100644
--- a/tools/livecd-iso-to-disk.sh
+++ b/tools/livecd-iso-to-disk.sh
@@ -232,8 +232,8 @@ elif [ -f $CDMNT/LiveOS/ext3fs.img ]; then
 elif [ -f $CDMNT/ext3fs.img ]; then
     cp $CDMNT/ext3fs.img $USBMNT/LiveOS/ext3fs.img || exitclean 
 fi
-if [ -f $CDMNT/osmin.img ]; then
-    cp $CDMNT/osmin.img $USBMNT/LiveOS/osmin.img || exitclean
+if [ -f $CDMNT/LiveOS/osmin.img ]; then
+    cp $CDMNT/LiveOS/osmin.img $USBMNT/LiveOS/osmin.img || exitclean
 fi
 
 cp $CDMNT/isolinux/* $USBMNT/$SYSLINUXPATH





More information about the Fedora-livecd-list mailing list