Browse code

added the output path switch to photon installer as needed by vivace

Harish Udaiya Kumar authored on 2015/08/14 11:06:19
Showing 1 changed files
... ...
@@ -171,6 +171,7 @@ iso: check $(PHOTON_STAGE) $(PHOTON_PACKAGES) ostree-repo $(PHOTON_FULL_DEPLIST)
171 171
                 -l $(PHOTON_STAGE)/LOGS \
172 172
                 -r $(PHOTON_STAGE)/RPMS \
173 173
                 -p $(PHOTON_DATA_DIR)/build_install_options_all.json \
174
+				-o $(PHOTON_STAGE)/common/data \
174 175
                 -f > \
175 176
                 $(PHOTON_LOGS_DIR)/installer.log 2>&1
176 177