From 1e32ca83c20ac1d71777098f789704cdd11ab36c Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 9 Aug 2019 13:00:08 -0400 Subject: [PATCH] Use Everything install tree for Workstation live media I think this should fix the failure in: https://pagure.io/dusty/failed-composes/issue/2243 Signed-off-by: Dusty Mabe --- fedora.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora.conf b/fedora.conf index 54ebfd1..f498770 100644 --- a/fedora.conf +++ b/fedora.conf @@ -463,6 +463,7 @@ live_media = { 'kickstart': 'fedora-live-workstation.ks', 'arches': ['x86_64', ], 'repo': 'Everything', + 'install_tree_from': 'Everything', 'subvariant': 'Workstation' }