New -as mkisofs option -jigdo-template-compress

This commit is contained in:
2010-10-02 12:12:13 +00:00
parent 03f6935e35
commit 6dd93ff111
6 changed files with 59 additions and 39 deletions

View File

@ -600,7 +600,8 @@ int Xorriso_jigdo_interpreter(struct XorrisO *xorriso, char *aspect, char *arg,
ret= libjte_set_checksum_template(jte, arg);
if(ret <= 0)
goto jte_failed;
} else if(strcmp(aspect, "compression") == 0) {
} else if(strcmp(aspect, "compression") == 0 ||
strcmp(aspect, "-jigdo-template-compress") == 0) {
ret= libjte_set_compression(jte, arg);
if(ret <= 0)
goto jte_failed;