Counting padding as part of the image with -as mkisofs

This commit is contained in:
2011-03-02 09:30:10 +00:00
parent 428086190d
commit 22aeae78a7
5 changed files with 41 additions and 18 deletions

View File

@ -1850,6 +1850,9 @@ problem_handler_boot:;
was_failure= 1;
}
if(xorriso->no_emul_toc & 1)
xorriso->do_padding_by_libisofs= 1;
if(do_print_size) {
ret= Xorriso_option_print_size(xorriso, 1);
goto ex;