Made -as mkisofs ignore option -disable-deep-relocation rather than failing
This commit is contained in:
parent
2e55176c72
commit
051d30c276
@ -619,6 +619,7 @@ int Xorriso_genisofs_ignore(struct XorrisO *xorriso, char *whom,
|
||||
static char ignored_arg0_options[][41]= {
|
||||
"-allow-leading-dots", "-ldots", "-allow-multidot",
|
||||
"-cache-inodes", "-no-cache-inodes", "-check-oldnames", "-D",
|
||||
"-disable-deep-relocation",
|
||||
"-L", "-max-iso9660-filenames", "-nobak",
|
||||
"-no-bak", "-force-rr", "-relaxed-filenames", "-T",
|
||||
"-no-iso-translate",
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2011.02.22.073641"
|
||||
#define Xorriso_timestamP "2011.02.22.123730"
|
||||
|
Loading…
Reference in New Issue
Block a user