do not skip live_images phase

in order to make the 32 bit arm server image we need to run the
live_images phase.

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2017-10-06 15:51:52 -05:00
parent 2a5d906046
commit eb85dbf93a

View File

@ -63,7 +63,7 @@ create_jigdo = False
# OK, we have the anaconda module now. Let's try buildinstall, but still skip
# the phases which depend on it.
skip_phases= ["live_media", "live_images", "ostree"]
skip_phases= ["live_media", "ostree"]
# BUILDINSTALL
buildinstall_method = 'lorax'