New -boot_image partition_cyl_align mode "all"

This commit is contained in:
2012-09-21 12:03:32 +00:00
parent f09064b470
commit 59da586abe
10 changed files with 127 additions and 105 deletions

View File

@ -959,6 +959,9 @@ treatment_patch:;
else if(strcmp(treatpt + 20, "off") == 0)
xorriso->system_area_options=
(xorriso->system_area_options & ~0x300) | 0x200;
else if(strcmp(treatpt + 20, "all") == 0)
xorriso->system_area_options=
(xorriso->system_area_options & ~0x300) | 0x300;
else {
sprintf(xorriso->info_text,
"-boot_image %s partition_cyl_align: unknown mode : %s",