I am currently trying to use kickstart to automate installing Silverblue. My problem is I will just uninstall most, if not all, of the flatpaks installed by default. Is there anyway for me to control which flatpaks are installed?
I am aware of the post-installation script option in Kickstart. But with that I only can remove the flatpaks after they are already installed. I would like to avoid installing them in the first place.
Next, I mounted the live ISO image (Fedora-Silverblue-ostree-x86_64-36-1.5.iso), in there I mounted images/install.img, in there I mounted LiveOS/rootfs.img. There I found /flatpak/repo/summary, (pastebin link). This doesn’t seem to be what controls which flatpaks are installed, as the name suggests, it is just a summary. I guess could just delete the whole /flatpak/ folder which would stop any flatpaks being installed. But that is not what I want because I still want to install some flatpaks. Just not the default flatpaks.