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",