From 2d459bec292040d1362df5b185cf6b9537328e89 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 27 May 2016 11:50:36 -0500 Subject: [PATCH] point workstation ostree instakller at the correct git repo and files Signed-off-by: Dennis Gilmore --- fedora.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fedora.conf b/fedora.conf index 1a95432..9dc1c48 100644 --- a/fedora.conf +++ b/fedora.conf @@ -597,18 +597,18 @@ ostree_installer = [ "release": None, "filename": "%(release_short)s-%(variant)s-%(arch)s-%(version)s-%(date)s.iso", "installpkgs": ["fedora-productimg-atomic"], - "add_template": ["atomic-installer/lorax-configure-repo.tmpl"], + "add_template": ["workstation-ostree-installer/lorax-configure-repo.tmpl"], "add_template_var": [ "ostree_osname=fedora-atomic", "ostree_ref=fedora-atomic/rawhide/x86_64/docker-host", ], - "add_arch_template": ["atomic-installer/lorax-embed-repo.tmpl"], + "add_arch_template": ["workstation-ostree-installer/lorax-embed-repo.tmpl"], "add_arch_template_var": [ "ostree_repo=https://kojipkgs.fedoraproject.org/compose/ostree/rawhide/", "ostree_osname=fedora-workstation", "ostree_ref=fedora/rawhide/x86_64/workstation", ] - 'template_repo': 'https://pagure.io/fedora-kickstarts.git', + 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', 'template_branch': 'master', } })