Bug 15216
| Summary: | mkisofs: undocumented pathspec syntax change?? | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | giulioo |
| Component: | cdrecord | Assignee: | Crutcher Dunnavant <crutcher> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | Winston gold | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-08-06 02:44:26 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: | |||
This defect is considered MUST-FIX for Winston Gold-release ... the functional regression presented is concerning enough to warrant a fix. mkisopfs is now built as a sub-package of cdrecord *** Bug 15529 has been marked as a duplicate of this bug. *** This is documented. From the man page:
If the option -graft-points has been specified, it is possible to graft
the
paths at points other than the root directory, and it is possible to
graft
files or directories onto the cdrom image with names different than what
they
have in the source filesystem. This is easiest to illustrate with a
couple
of examples. Let's start by assuming that a local file ../old.lis
exists,
and you wish to include it in the cdrom image.
foo/bar/=../old.lis
This grafting is NOT assumed by default (at least not now).
Closing.
Thanks. Since this a very big change in behavior, can /usr/share/doc/mkisofs-1.9/ChangeLog be updated, since the authour did not do it? *** Bug 19142 has been marked as a duplicate of this bug. *** |
Up to beta4: [root@i5 go]# ls -l ./bin total 165316 -rwxr-xr-x 1 go go 61 Jul 15 19:24 cle -rwxr-xr-x 1 go go 74 Jul 15 14:36 copia -rw-rw-r-- 1 root root 1413170 Jul 16 12:33 hylafax-4.1beta2- 5rh6.src.rpm -rw-rw-r-- 1 go go 18360 Jul 15 14:41 ls120cpio.cmp -rw-rw-r-- 1 go go 0 Jul 15 15:18 ls120tar.cmp -rwxr-xr-x 1 go go 28 Jul 15 14:39 ripri -rw-rw-r-- 1 go go 167659520 Aug 3 12:57 test_164M.img [root@i5 go]# mkisofs -J -l -R -v -o test.iso bin/=./bin mkisofs 1.12.1 (i686-pc-linux-gnu) Scanning ./bin ... ... Beta5 (does not accept the same pathspec): [root@i5 go]# ls -l ./bin total 165316 -rwxr-xr-x 1 go go 61 Jul 15 19:24 cle -rwxr-xr-x 1 go go 74 Jul 15 14:36 copia -rw-rw-r-- 1 root root 1413170 Jul 16 12:33 hylafax-4.1beta2- 5rh6.src.rpm -rw-rw-r-- 1 go go 18360 Jul 15 14:41 ls120cpio.cmp -rw-rw-r-- 1 go go 0 Jul 15 15:18 ls120tar.cmp -rwxr-xr-x 1 go go 28 Jul 15 14:39 ripri -rw-rw-r-- 1 go go 167659520 Aug 3 12:57 test_164M.img [root@i5 go]# mkisofs -J -l -R -v -o test.iso bin/=./bin mkisofs 1.13 (i686-pc-linux-gnu) mkisofs: No such file or directory. Invalid node - bin/=./bin [root@i5 go]# I tried looking at the Changelog for possible explanations, but it's not updated (it's still at 1.12.1, whereas pinstripe has 1.13). [root@i5 go]# head -5 /usr/share/doc/mkisofs-1.9/ChangeLog **************** Release 1.12.1 ******************* Thu Apr 27 12:44:54 2000 Joerg Schilling <joerg.cs.tu- berlin.de> * tree.c 1.52 * rock.c 1.24