Set sort_files in iso_modify. It improves performance.

This commit is contained in:
Vreixo Formoso 2008-01-04 09:54:41 +01:00
parent 932ce6ac70
commit 5cf3abc075
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ int main(int argc, char **argv)
1, /* rockridge */
0, /* omit_version_numbers */
0, /* allow_deep_paths */
0, /* sort files */
1, /* sort files */
0, /* replace_dir_mode */
0, /* replace_file_mode */
0, /* replace_uid */