Now ignoring -as mkisofs -no-split-symlink-components -no-split-symlink-fields

This commit is contained in:
Thomas Schmitt 2012-03-13 10:26:01 +00:00
parent deee733b0d
commit 3af66f3c8a
2 changed files with 5 additions and 5 deletions

View File

@ -651,10 +651,10 @@ int Xorriso_genisofs_ignore(struct XorrisO *xorriso, char *whom,
/* mkisofs 2.01 options which are not scheduled for implementation, yet */
static char ignored_arg0_options[][41]= {
"-allow-leading-dots", "-ldots", "-allow-multidot",
"-cache-inodes", "-no-cache-inodes", "-check-oldnames",
"-disable-deep-relocation",
"-L", "-nobak",
"-no-bak", "-force-rr", "-relaxed-filenames", "-T",
"-cache-inodes", "-check-oldnames",
"-L", "-no-bak", "-no-cache-inodes",
"-no-split-symlink-components", "-no-split-symlink-fields", "-nobak",
"-force-rr", "-relaxed-filenames", "-T",
"-no-iso-translate",
""
};

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.03.12.180937"
#define Xorriso_timestamP "2012.03.13.102621"