From 23a24f70cc9e0599be1bd31d18dcc72110656304 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 18 May 2017 15:41:36 -0400 Subject: [PATCH] ws/ostree: Adapt to new ISO model This is like addec6bdb285c639fb51b450c6253669491731b4 but for Workstation/ostree. Signed-off-by: Colin Walters --- fedora.conf | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/fedora.conf b/fedora.conf index 7009b16..13dc8d3 100644 --- a/fedora.conf +++ b/fedora.conf @@ -806,13 +806,10 @@ ostree_installer = [ "repo": "Everything", "release": None, "installpkgs": ["fedora-productimg-workstation"], - "add_template": ["workstation-ostree-installer/lorax-configure-repo.tmpl"], + "rootfs_size": "8", + "add_template": ["workstation-ostree-installer/lorax-configure-repo.tmpl", + "workstation-ostree-installer/lorax-embed-repo.tmpl"], "add_template_var": [ - "ostree_osname=fedora-workstation", - "ostree_ref=fedora/rawhide/x86_64/workstation", - ], - "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",