Begin RR support. Symlinks and Special files added to low level tree.

This commit is contained in:
Vreixo Formoso
2007-12-23 16:16:26 +01:00
parent b8aa48038b
commit ca1385cce1
5 changed files with 129 additions and 70 deletions

View File

@ -630,6 +630,7 @@ int ecma119_image_new(IsoImage *src, Ecma119WriteOpts *opts,
iso_image_ref(src);
target->iso_level = opts->level;
target->rockridge = 1; //TODO
target->omit_version_numbers = opts->omit_version_numbers;
target->sort_files = opts->sort_files;