Make ISO-9660 Level 3 be the default for Backup Write Profile.

This commit is contained in:
Vreixo Formoso 2008-08-19 21:41:42 +02:00
parent fb3c3e1a6d
commit 882073f145
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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