Removed -boot_image load_size= and -load-size from output of report_system_area "cmd" and "as_mkisofs"
This commit is contained in:
parent
f8d09f39de
commit
c0e0449299
@ -3031,7 +3031,7 @@ static int Xorriso_scan_report_lines(struct XorrisO *xorriso,
|
||||
}
|
||||
if(buf[0])
|
||||
Xorriso_record_cmd_linE
|
||||
if(et_imgs[idx].ldsiz >= 0) {
|
||||
if(et_imgs[idx].ldsiz >= 0 && et_imgs[idx].platform_id != 0xef) {
|
||||
if(mkisofs)
|
||||
sprintf(buf, "-boot-load-size %d", et_imgs[idx].ldsiz);
|
||||
else
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2024.12.16.172439"
|
||||
#define Xorriso_timestamP "2024.12.18.085148"
|
||||
|
Loading…
Reference in New Issue
Block a user