From 083caaf2b20cc7e5f64ccdfe8d777bcb9b5dfcfd Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Oct 05 2016 14:45:32 +0000 Subject: Fix for ostree_osname for workstation ostree Signed-off-by: Mohan Boddu --- diff --git a/fedora-beta.conf b/fedora-beta.conf index 4dc1cff..b7e22d4 100644 --- a/fedora-beta.conf +++ b/fedora-beta.conf @@ -561,7 +561,7 @@ ostree_installer = [ "installpkgs": ["fedora-productimg-workstation"], "add_template": ["workstation-ostree-installer/lorax-configure-repo.tmpl"], "add_template_var": [ - "ostree_osname=fedora-atomic", + "ostree_osname=fedora-workstation", "ostree_ref=fedora/25/x86_64/workstation", ], "add_arch_template": ["workstation-ostree-installer/lorax-embed-repo.tmpl"], diff --git a/fedora.conf b/fedora.conf index 9ccc487..03fd873 100644 --- a/fedora.conf +++ b/fedora.conf @@ -621,7 +621,7 @@ ostree_installer = [ "installpkgs": ["fedora-productimg-workstation"], "add_template": ["workstation-ostree-installer/lorax-configure-repo.tmpl"], "add_template_var": [ - "ostree_osname=fedora-atomic", + "ostree_osname=fedora-workstation", "ostree_ref=fedora/25/x86_64/workstation", ], "add_arch_template": ["workstation-ostree-installer/lorax-embed-repo.tmpl"],