getBootPlatformID(), bootImageID, bootImageSectorCount,
bootImageLoadSegment);
elToritoConfig.setGenBootInfoTable(genBootInfoTable);
}
CreateISO iso = new CreateISO(new ISOImageFileHandler(destFile), root);
iso.process(iso9660Config, rrConfig, jolietConfig, elToritoConfig);
log("Successfully created ISO image " + destFile + ".");
} catch (ConfigException ce) {
throw new BuildException(ce);
} catch (Exception e) {