Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 37511

Summary: mkisofs does not recognize directory/=/path/file notation on command line
Product: [Retired] Red Hat Linux Reporter: Jaakko Hyvätti <jaakko.hyvatti>
Component: mkisofsAssignee: Jeff Johnson <jbj>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1CC: giulioo
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-04-25 05:03:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jaakko Hyvätti 2001-04-25 05:03:36 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.4.3 i586)




Reproducible: Always
Steps to Reproduce:
1. mkisofs -o x.image -r -J directory/=/path/file


Actual Results:  mkisofs: No such file or directory. Invalid node -
directory/=/path/file


Expected Results:  mkisofs should not have failed with an error.

Older versions of mkisofs seem to work on redhat 7.1 plattform.

Comment 1 giulioo 2001-04-25 11:08:48 UTC
New mkisofs versions want a new command line option to do what once was done 
automatically. See the mkisofs man page for the -graft-points option.

See bug #15216, #19142

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