From 434ef6231a843aa20245e388c4c681edd363b5a8 Mon Sep 17 00:00:00 2001 From: Owen W. Taylor Date: Oct 15 2019 14:43:09 +0000 Subject: Add 'flatpak' to the set of packages for the ostree-installer runroot Use a newly added Pungi option (https://pagure.io/pungi/pull-request/1278), so that flatpak is in the Silverblue ostree-installer runroot, which is needed for embedding Flatpaks in the Silverblue image. Signed-off-by: Owen W. Taylor --- diff --git a/fedora.conf b/fedora.conf index 8471c81..8155d52 100644 --- a/fedora.conf +++ b/fedora.conf @@ -768,6 +768,7 @@ ostree_installer = [ ], 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', 'template_branch': 'master', + 'extra_runroot_pkgs': ['flatpak'], 'failable': ['*'], }, "ppc64le": { @@ -791,6 +792,7 @@ ostree_installer = [ ], 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', 'template_branch': 'master', + 'extra_runroot_pkgs': ['flatpak'], 'failable': ['*'], }, "aarch64": { @@ -814,6 +816,7 @@ ostree_installer = [ ], 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', 'template_branch': 'master', + 'extra_runroot_pkgs': ['flatpak'], 'failable': ['*'], } })