New bootspec "gpt_disk_guid=", new -as mkisofs option --gpt_disk_guid, new -report_system_area mode "make_guid"
This commit is contained in:
@ -1074,6 +1074,11 @@ treatment_patch:;
|
||||
} else
|
||||
was_ok= 0;
|
||||
|
||||
} else if(strncmp(treatpt, "gpt_disk_guid=", 14) == 0) {
|
||||
ret= Xorriso_parse_gpt_guid(xorriso, treatpt + 14, 0);
|
||||
if(ret <= 0)
|
||||
goto ex;
|
||||
|
||||
} else if(strncmp(treatpt, "part_like_isohybrid=", 20) == 0) {
|
||||
if(strcmp(treatpt + 20, "on") == 0)
|
||||
xorriso->part_like_isohybrid= 1;
|
||||
|
Reference in New Issue
Block a user