Sorting of files on image enabled by default.

This commit is contained in:
Vreixo Formoso 2008-02-02 16:23:32 +01:00
parent e88b361b5f
commit 42d95c062d
1 changed files with 2 additions and 1 deletions

View File

@ -1246,6 +1246,7 @@ int iso_write_opts_new(IsoWriteOpts **opts, int profile)
break;
}
wopts->fifo_size = 1024; /* 2 MB buffer */
wopts->sort_files = 1; /* file sorting is always good */
*opts = wopts;
return ISO_SUCCESS;