diff --git a/fedora.conf b/fedora.conf index e9104b8..9736418 100644 --- a/fedora.conf +++ b/fedora.conf @@ -679,6 +679,7 @@ live_images = [ 'repo': 'Everything', 'type': 'appliance', 'failable': True, + 'subvariant': 'Workstation_Appliance', } }), ('^Server$', { @@ -687,6 +688,7 @@ live_images = [ 'name': 'Fedora-Server-armhfp', 'type': 'appliance', 'failable': True, + 'subvariant': 'Workstation_Appliance', } }), ('^Spins$', { @@ -719,7 +721,7 @@ live_images = [ 'name': 'Fedora-Minimal-armhfp', 'repo': 'Everything', 'type': 'appliance', - 'subvariant': 'Minimal', + 'subvariant': 'Minimal_Appliance', 'failable': False, }, {