• Welcome to OS2World OLD-STATIC-BACKUP Forum.
 

News:

This is an old OS2World backup forum for reference only. IT IS READ ONLY!!!

If you need help with OS/2 - eComStation visit http://www.os2world.com/forum

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - nitro

#1
Hi,

  I am attempting to use the -graft-points option and I cannot find the correct syntax under OS/2.  It appears the '=' is not properly recognized?

As an example I have a doc directory and I would like to maintain the files in /doc on the iso image.  (by default it places them all in the iso image from the root.)  I cannot understand which part of the statement is considered an invalid node.  I have tried the same command under Linux and all is well.  Please refer to my examples below  (a sample of my attempts.)  I also tried putting the filename list in an input file with the same results. 

I am using the mkisofs version from the Hobbes package:
http://hobbes.nmsu.edu/pub/os2/apps/mmedia/cd/cd-r/cdrtools2-2.01.01a04.zip

[i:\dvdburn]mkisofs2.exe -o tmp.iso -graft-points "/doc=./doc"
Using ".mkisofsrc"
Invalid node - '/doc=./doc': -1 (23)

[i:\dvdburn]mkisofs2.exe -o tmp.iso -graft-points "/doc\=.\\doc"
Using ".mkisofsrc"
Invalid node - '/doc\=.\\doc': -1 (23)

[i:\dvdburn]mkisofs2.exe -o tmp.iso -graft-points "\doc=.\\doc"
Using ".mkisofsrc"
Invalid node - '\doc=.\\doc': -1 (23)

[i:\dvdburn]mkisofs2.exe -version
Using ".mkisofsrc"
mkisofs 2.01.01a04 (i386-pc-os2_vac)

ps This works but does not maintian the path :
[i:\dvdburn]mkisofs2.exe -o tmp.iso -graft-points "./doc"
Using ".mkisofsrc"
Using AN_2000.01A;1 for  ./doc/AN-2.01a32 (AN-2.01a31)
Using AN_2001.01A;1 for  ./doc/AN-2.01a31 (AN-2.01a30)
Using AN_2002.01A;1 for  ./doc/AN-2.01a30 (AN-2.01a29)
Using AN_2003.01A;1 for  ./doc/AN-2.01a29 (AN-2.01a28)