Dear all:
Is it possible to get contents of a text file into the bash variable so that newlines are not deleted?
OR
Is there a better way to get a listing of directory where selected file/subdir names are excluded? Currently I do full listing, exclude selected names by sed, and then use the result.
OR
Are there better ways for excluding files/dirs from 'mkisfs'? '--exclude-list' seems promising, but can I use it together with graft-points? Currently I construct the list of included files and add every single diectory with corresponding graftpoint:
Code:
mkisofs -graft-points file1 dir1=dir1 ...
Otherwise I lose the first-level directories.
Thanks in advance
Ott