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:
parent
2a5d906046
commit
eb85dbf93a
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user