New -boot_image action "replay"
This commit is contained in:
@ -714,6 +714,11 @@ treatment_patch:;
|
||||
else
|
||||
xorriso->patch_system_area= 0;
|
||||
|
||||
} else if(strcmp(treatpt, "replay")==0) {
|
||||
ret= Xorriso_report_system_area(xorriso, "cmd", 2);
|
||||
if(ret <= 0)
|
||||
goto ex;
|
||||
|
||||
} else if(strcmp(treatpt, "discard")==0) {
|
||||
xorriso->keep_boot_image= 0;
|
||||
xorriso->patch_isolinux_image= (xorriso->patch_isolinux_image & ~0x3ff) | 0;
|
||||
|
Reference in New Issue
Block a user