livemedia / ppc64le: make ppc64le live media failable for now.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-08-30 18:53:55 -07:00
parent 07042cf0d7
commit af34003f97

View File

@ -476,6 +476,7 @@ live_media = {
'name': 'Fedora-Workstation-Live', 'name': 'Fedora-Workstation-Live',
'kickstart': 'fedora-live-workstation.ks', 'kickstart': 'fedora-live-workstation.ks',
'arches': ['x86_64', 'ppc64le'], 'arches': ['x86_64', 'ppc64le'],
'failable': ['ppc64le'],
'repo': 'Everything', 'repo': 'Everything',
'install_tree_from': 'Everything', 'install_tree_from': 'Everything',
'subvariant': 'Workstation' 'subvariant': 'Workstation'