# HG changeset patch # User Christophe Lincoln # Date 1235691513 -3600 # Node ID 0f20a4a82c78b0e585fc6a429700ff272140f739 # Parent d020915532dff4c164a140c82d2fe554b2d105a1 iso2usb: free loop device so we can gen multi liveUSB with different ISO diff -r d020915532df -r 0f20a4a82c78 tazusb --- a/tazusb Fri Feb 20 01:38:24 2009 +0100 +++ b/tazusb Fri Feb 27 00:38:33 2009 +0100 @@ -271,6 +271,7 @@ umount /media/cdrom reboot || reboot -f else + umount $TARGET_ROOT umount /media/cdrom echo "" exit 0 @@ -518,6 +519,7 @@ copy_cdrom_files install_boot exit_or_reboot + losetup -d /dev/loop0 ;; clean) check_root