Made -as mkisofs ignore option -disable-deep-relocation rather than failing

This commit is contained in:
Thomas Schmitt 2011-02-22 12:39:16 +00:00
parent 15a93611c6
commit df52dd1333
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.02.22.073641"
#define Xorriso_timestamP "2011.02.22.123730"