copyBootClasspathLibraries(karafHome, subsystem);
setupExamProperties(karafHome, subsystem);
makeScriptsInBinExec(karafBin);
int startLevel = Constants.DEFAULT_START_LEVEL;
ExamBundlesStartLevel examBundlesStartLevel = system.getSingleOption(ExamBundlesStartLevel.class);
if (examBundlesStartLevel != null) {
startLevel = examBundlesStartLevel.getStartLevel();
}
ExamFeaturesFile examFeaturesFile;
if (framework.isUseDeployFolder()) {
copyReferencedArtifactsToDeployFolder(deploy, subsystem, fileEndings);