Officially supporting combination -isohybrid-gpt-basdat -isohybrid-apm-hfsplus
This commit is contained in:
parent
772561a332
commit
78c96924e1
@ -2363,7 +2363,7 @@ problem_handler_2:;
|
||||
if(ret <= 0)
|
||||
goto problem_handler_boot;
|
||||
} else if(strcmp(argpt, "-isohybrid-gpt-basdat") == 0) {
|
||||
xorriso->patch_isolinux_image = (xorriso->patch_isolinux_image & ~0x1fc) |
|
||||
xorriso->patch_isolinux_image = (xorriso->patch_isolinux_image & ~0x0fc) |
|
||||
(1 << 2);
|
||||
} else if(strcmp(argpt, "-isohybrid-gpt-hfsplus") == 0) {
|
||||
xorriso->patch_isolinux_image = (xorriso->patch_isolinux_image & ~0x0fc) |
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2014.09.23.064554"
|
||||
#define Xorriso_timestamP "2014.09.28.085819"
|
||||
|
Loading…
Reference in New Issue
Block a user