Sorting of files on image enabled by default.
This commit is contained in:
parent
e88b361b5f
commit
42d95c062d
@ -1246,7 +1246,8 @@ int iso_write_opts_new(IsoWriteOpts **opts, int profile)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
wopts->fifo_size = 1024; /* 2 MB buffer */
|
wopts->fifo_size = 1024; /* 2 MB buffer */
|
||||||
|
wopts->sort_files = 1; /* file sorting is always good */
|
||||||
|
|
||||||
*opts = wopts;
|
*opts = wopts;
|
||||||
return ISO_SUCCESS;
|
return ISO_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user