>Hello
> I do apologize for sending a silly question to the list but I checked
>cdrecord-mkisofs documentation and found nothing about it (There are loads of
>files. Perhaps I miss the right one).
> I need to pipe to an image created from all files in a dir (not
>including the dirs within) to cdrecord. How can I do that? mkisofs -r *
>doesn't work. I tried gcombust with its file manager but it didn't work
>either. I am running 1.9a05.
You can exclude files/directories by name using the -exclude (or -exclude-list
if you have a file of filenames) option.
e.g. if your source directory is cd_dir and you want to exclude sub
directories called cd_dir/dirA and cd_dir/dirB, then use:
mkisofs [options] -exclude cd_dir/dirA -exclude cd_dir/dirB cd_dir
The -exclude option can take wildcards.
James Pearson
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]