Now ignoring -as mkisofs -no-split-symlink-components -no-split-symlink-fields
This commit is contained in:
parent
deee733b0d
commit
3af66f3c8a
@ -651,10 +651,10 @@ int Xorriso_genisofs_ignore(struct XorrisO *xorriso, char *whom,
|
|||||||
/* mkisofs 2.01 options which are not scheduled for implementation, yet */
|
/* mkisofs 2.01 options which are not scheduled for implementation, yet */
|
||||||
static char ignored_arg0_options[][41]= {
|
static char ignored_arg0_options[][41]= {
|
||||||
"-allow-leading-dots", "-ldots", "-allow-multidot",
|
"-allow-leading-dots", "-ldots", "-allow-multidot",
|
||||||
"-cache-inodes", "-no-cache-inodes", "-check-oldnames",
|
"-cache-inodes", "-check-oldnames",
|
||||||
"-disable-deep-relocation",
|
"-L", "-no-bak", "-no-cache-inodes",
|
||||||
"-L", "-nobak",
|
"-no-split-symlink-components", "-no-split-symlink-fields", "-nobak",
|
||||||
"-no-bak", "-force-rr", "-relaxed-filenames", "-T",
|
"-force-rr", "-relaxed-filenames", "-T",
|
||||||
"-no-iso-translate",
|
"-no-iso-translate",
|
||||||
""
|
""
|
||||||
};
|
};
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2012.03.12.180937"
|
#define Xorriso_timestamP "2012.03.13.102621"
|
||||||
|
Loading…
Reference in New Issue
Block a user