From c728ed5f0d69131210348cccecbe96962bad52ac Mon Sep 17 00:00:00 2001 From: Owen W. Taylor Date: Oct 09 2019 15:10:28 +0000 Subject: Include the template necessary to embed Flatpaks The last change set the template variables for embedding Flatpaks, but didn't actually include the necessary template. Signed-off-by: Owen W. Taylor --- diff --git a/fedora.conf b/fedora.conf index aff8d31..8471c81 100644 --- a/fedora.conf +++ b/fedora.conf @@ -752,7 +752,8 @@ ostree_installer = [ "release": None, "rootfs_size": "8", "add_template": ["ostree-based-installer/lorax-configure-repo.tmpl", - "ostree-based-installer/lorax-embed-repo.tmpl"], + "ostree-based-installer/lorax-embed-repo.tmpl", + "ostree-based-installer/lorax-embed-flatpaks.tmpl"], "add_template_var": [ "ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/ostree/repo/", "ostree_update_repo=https://ostree.fedoraproject.org", @@ -774,7 +775,8 @@ ostree_installer = [ "release": None, "rootfs_size": "8", "add_template": ["ostree-based-installer/lorax-configure-repo.tmpl", - "ostree-based-installer/lorax-embed-repo.tmpl"], + "ostree-based-installer/lorax-embed-repo.tmpl", + "ostree-based-installer/lorax-embed-flatpaks.tmpl"], "add_template_var": [ "ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/ostree/repo/", "ostree_update_repo=https://ostree.fedoraproject.org", @@ -796,7 +798,8 @@ ostree_installer = [ "release": None, "rootfs_size": "8", "add_template": ["ostree-based-installer/lorax-configure-repo.tmpl", - "ostree-based-installer/lorax-embed-repo.tmpl"], + "ostree-based-installer/lorax-embed-repo.tmpl", + "ostree-based-installer/lorax-embed-flatpaks.tmpl"], "add_template_var": [ "ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/ostree/repo/", "ostree_update_repo=https://ostree.fedoraproject.org",