Removed -boot_image load_size= and -load-size from output of report_system_area "cmd" and "as_mkisofs"

This commit is contained in:
Thomas Schmitt 2024-12-18 09:52:15 +01:00
parent f8d09f39de
commit c0e0449299
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
#define Xorriso_timestamP "2024.12.16.172439"
#define Xorriso_timestamP "2024.12.18.085148"