Make ISO-9660 Level 3 be the default for Backup Write Profile.
This commit is contained in:
parent
fb3c3e1a6d
commit
882073f145
@ -1289,7 +1289,7 @@ int iso_write_opts_new(IsoWriteOpts **opts, int profile)
|
|||||||
wopts->level = 1;
|
wopts->level = 1;
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
wopts->level = 2;
|
wopts->level = 3;
|
||||||
wopts->rockridge = 1;
|
wopts->rockridge = 1;
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
|
@ -922,7 +922,7 @@ int iso_lib_is_compatible(int major, int minor, int micro);
|
|||||||
* start point from which to set your custom options.
|
* start point from which to set your custom options.
|
||||||
* ---> 1 [BACKUP]
|
* ---> 1 [BACKUP]
|
||||||
* POSIX compatibility for backup. Simple settings, ISO level is set to
|
* POSIX compatibility for backup. Simple settings, ISO level is set to
|
||||||
* 2 and RR extensions are enabled. Useful for backup purposes.
|
* 3 and RR extensions are enabled. Useful for backup purposes.
|
||||||
* ---> 2 [DISTRIBUTION]
|
* ---> 2 [DISTRIBUTION]
|
||||||
* Setting for information distribution. Both RR and Joliet are enabled
|
* Setting for information distribution. Both RR and Joliet are enabled
|
||||||
* to maximize compatibility with most systems. Permissions are set to
|
* to maximize compatibility with most systems. Permissions are set to
|
||||||
|
Loading…
Reference in New Issue
Block a user