getBootPlatformID(), bootImageID, bootImageSectorCount,
bootImageLoadSegment);
elToritoConfig.setGenBootInfoTable(genBootInfoTable);
}
iso.process(iso9660Config, rrConfig, jolietConfig, elToritoConfig);
} catch (HandlerException e) {
throw new MojoExecutionException(e.getMessage(), e);
} catch (FileNotFoundException e) {
throw new MojoExecutionException(e.getMessage(), e);
} catch (ConfigException e) {