From f9ed74f2e710bb68b60f0a8cf47358c381720cc5 Mon Sep 17 00:00:00 2001 From: ER Date: Mon, 3 Apr 2023 15:20:47 +0300 Subject: [PATCH] docs: document everything undocumented --- recipe.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/recipe.yml b/recipe.yml index ee213c8..ae3e8dd 100644 --- a/recipe.yml +++ b/recipe.yml @@ -8,8 +8,14 @@ base-container: ghcr.io/ublue-os/silverblue-main # what fedora version to use, you can just change this to update fedora-version: 37 +# these rpms will be installed from the fedora repository +# using rpm-ostree and will be preinstalled in the final image rpms: - - python3-pip # needed for yafti + - python3-pip # needed for yafti (the first boot installer) + +# these flatpaks (from flathub) will be available for install on boot +# this is just an example selection, and even if you leave it empty, +# you'll have the basic options available in yafti flatpaks: - org.mozilla.firefox - org.mozilla.Thunderbird