Oh brother, I've found it. The graft point definition defines the directory of files to be included as well. So there is no need to specify the second /home/fkliron/tmp again (otherwise they will be doubly scanned).<br>The correct version is just
<br><br>
mkisofs -v -o /home/tmp/test.iso -r -J -graft-points file_dir/=/home/fkliron/tmp<br><br><br><br><div><span class="gmail_quote">On 4/20/06, <b class="gmail_sendername">Filippos Klironomos</b> <<a href="mailto:presariod@gmail.com">
presariod@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="direction: ltr;">I've been trying to use graft points under mkisofs 
2.01 (i686-pc-linux-gnu) and they don't seem<br>
to work propery. If I give the command:<br>
<br>
mkisofs -v -o /home/tmp/test.iso -r -J -graft-points file_dir/=/home/fkliron/tmp /home/fkliron/tmp<br>
<br>
here's what I get:<br>
<br>
mount /home/tmp/test.iso /mnt/tmp -o loop ; ls /mnt/tmp<br>
<br>
-r--r--r--  1 root root    0 Apr 20 12:23 file1<br>
-r--r--r--  1 root root    0 Apr 20 12:23 file2<br>
-r--r--r--  1 root root    0 Apr 20 12:23 file3<br>
dr-xr-xr-x  2 root root 2048 Apr 20 12:24 file_dir<br>
<br>
which should not be the case, all files should be under tmp. Is there something I am missing?<br>
<br>
</div></blockquote></div><br>