Bug 450680 - livecd tools assuming iso path without spaces.
Summary: livecd tools assuming iso path without spaces.
Keywords:
Status: CLOSED DUPLICATE of bug 446472
Alias: None
Product: Fedora
Classification: Fedora
Component: livecd-tools
Version: 9
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-06-10 12:09 UTC by Alexey Torkhov
Modified: 2008-06-10 15:47 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-06-10 15:47:04 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Alexey Torkhov 2008-06-10 12:09:26 UTC
Description of problem:
I had a problem running livecd-iso-to-disk on an iso image with spaces in path.
To solve it, I added quotes in following lines:
185c185
<     checkisomd5 --verbose $ISO
---
>     checkisomd5 --verbose "$ISO"
209c209
< mount -o loop,ro $ISO $CDMNT || exitclean
---
> mount -o loop,ro "$ISO" $CDMNT || exitclean

After this, all is working fine.

Version-Release number of selected component (if applicable):
livecd-tools-017-1.fc9.i386

Comment 1 Jeremy Katz 2008-06-10 15:47:04 UTC

*** This bug has been marked as a duplicate of 446472 ***


Note You need to log in before you can comment on or make changes to this bug.