New bit1 of iso_write_opts_set_system_area() options.

New inner call make_isolinux_mbr() produces a bootable System Area
from an ISOLINUX mbr/isohdp[fp]x*.bin file and an ISOLINUX
El Torito bootable image (isolinux.bin).
This commit is contained in:
2010-04-10 18:50:59 +02:00
parent c3d5ab7bc7
commit b089f2e978
5 changed files with 252 additions and 3 deletions

View File

@ -2162,7 +2162,7 @@ int iso_write_opts_set_system_area(IsoWriteOpts *opts, char data[32768],
}
memcpy(opts->system_area_data, data, 32768);
}
opts->system_area_options = options & 1;
opts->system_area_options = options & 3;
return ISO_SUCCESS;
}