|
|
|
@ -685,12 +685,18 @@ int isoburn_ropt_destroy(struct isoburn_read_opts **o, int flag);
|
|
|
|
|
tree is used. If you prefer using Joliet, set this to 1.
|
|
|
|
|
bit4= pretend_blank
|
|
|
|
|
Always create empty image.Ignore any image on input drive.
|
|
|
|
|
bit5= noacl
|
|
|
|
|
bit5= noaaip
|
|
|
|
|
@since 0.3.4
|
|
|
|
|
No need to read AAIP informations for ACL
|
|
|
|
|
bit6= noea
|
|
|
|
|
No need to read AAIP informations for POSIX Extended
|
|
|
|
|
Attributes.
|
|
|
|
|
Do not load AAIP information from image. This information
|
|
|
|
|
eventually contains ACL or XFS-style Extended Attributes.
|
|
|
|
|
bit6= noacl
|
|
|
|
|
@since 0.3.4
|
|
|
|
|
Do not obtain ACL from external filesystem objects (e.g.
|
|
|
|
|
local filesystem files).
|
|
|
|
|
bit7= noea
|
|
|
|
|
@since 0.3.4
|
|
|
|
|
Do not obtain XFS-style Extended Attributes from external
|
|
|
|
|
filesystem objects (e.g. local filesystem files).
|
|
|
|
|
@return 1 success, <=0 failure
|
|
|
|
|
*/
|
|
|
|
|
#define isoburn_ropt_norock 1
|
|
|
|
@ -698,8 +704,9 @@ int isoburn_ropt_destroy(struct isoburn_read_opts **o, int flag);
|
|
|
|
|
#define isoburn_ropt_noiso1999 4
|
|
|
|
|
#define isoburn_ropt_preferjoliet 8
|
|
|
|
|
#define isoburn_ropt_pretend_blank 16
|
|
|
|
|
#define isoburn_ropt_noacl 32
|
|
|
|
|
#define isoburn_ropt_noea 64
|
|
|
|
|
#define isoburn_ropt_noaaip 32
|
|
|
|
|
#define isoburn_ropt_noacl 64
|
|
|
|
|
#define isoburn_ropt_noea 128
|
|
|
|
|
|
|
|
|
|
int isoburn_ropt_set_extensions(struct isoburn_read_opts *o, int ext);
|
|
|
|
|
int isoburn_ropt_get_extensions(struct isoburn_read_opts *o, int *ext);
|
|
|
|
|