Expose RockRidge option.

This commit is contained in:
Vreixo Formoso
2007-12-27 10:43:06 +01:00
parent c9957cb25e
commit 941e2022e8
3 changed files with 12 additions and 7 deletions

View File

@ -730,10 +730,10 @@ int ecma119_image_new(IsoImage *src, Ecma119WriteOpts *opts,
iso_image_ref(src);
target->iso_level = opts->level;
target->rockridge = 1; //TODO
target->rockridge = opts->rockridge;
target->ino = 0;
target->omit_version_numbers = opts->omit_version_numbers;
target->allow_deep_paths = 0; //TODO
target->allow_deep_paths = opts->allow_deep_paths;
target->sort_files = opts->sort_files;
target->now = time(NULL);