Now ignoring -as mkisofs -no-split-symlink-components -no-split-symlink-fields
This commit is contained in:
parent
f58cad95de
commit
ea3ae8d436
@ -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",
|
||||
""
|
||||
};
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2012.03.12.180937"
|
||||
#define Xorriso_timestamP "2012.03.13.102621"
|
||||
|
Loading…
Reference in New Issue
Block a user