Making use of experimental libisofs calls _rrip_version_1_10() _dir_rec_mtime()

This commit is contained in:
2008-11-21 16:00:47 +00:00
parent 6351d3e8ee
commit 2a62564d46
4 changed files with 31 additions and 2 deletions

View File

@ -849,6 +849,14 @@ int isoburn_igopt_get_extensions(struct isoburn_imgen_opts *o, int *ext);
systems which typically appear in mounted ISO images as if
the timezone shift from GMT was applied twice
(e.g. in New York 22:36 becomes 17:36).
bit9= rrip_version_1_10
Write Rock Ridge info as of specification RRIP-1.10 rather
than RRIP-1.12: signature "RRIP_1991A" rather than
"IEEE_1282", field PX without file serial number.
bit10= dir_rec_mtime
Store as ECMA-119 Directory Record timestamp the mtime
of the source rather than the image creation time.
@return 1 success, <=0 failure
*/
#define isoburn_igopt_omit_version_numbers 1
@ -860,6 +868,8 @@ int isoburn_igopt_get_extensions(struct isoburn_imgen_opts *o, int *ext);
#define isoburn_igopt_allow_full_ascii 64
#define isoburn_igopt_joliet_longer_paths 128
#define isoburn_igopt_always_gmt 256
#define isoburn_igopt_rrip_version_1_10 512
#define isoburn_igopt_dir_rec_mtime 1024
int isoburn_igopt_set_relaxed(struct isoburn_imgen_opts *o, int relax);
int isoburn_igopt_get_relaxed(struct isoburn_imgen_opts *o, int *relax);