From d548f74c4b5800b6abfe9f6df81c7d511cc3b408 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 11 Apr 2016 18:02:06 -0500 Subject: [PATCH] set the subvariant for Atomic correctly Signed-off-by: Dennis Gilmore --- fedora.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora.conf b/fedora.conf index a146cc3..c8c564e 100644 --- a/fedora.conf +++ b/fedora.conf @@ -343,7 +343,7 @@ image_build = { 'arches': ['x86_64'], 'repo_from': 'Cloud', 'install_tree_from': 'Cloud', - 'subvariant': 'Cloud_Base' + 'subvariant': 'Atomic' } }, { @@ -360,7 +360,7 @@ image_build = { 'arches': ['x86_64'], 'repo_from': 'Cloud', 'install_tree_from': 'Cloud', - 'subvariant': 'Cloud_Base' + 'subvariant': 'Atomic' } } ],