diff --git a/README.md b/README.md index f563098..070fc28 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,8 @@ matrix: ### [yafti](https://github.com/ublue-os/yafti/) -`yafti` is the uBlue firstboot installer, and it's configuration can be found in `/etc/yafti.yml`. It includes an optional selection of Flatpaks to install, with a new group added for the Flatpaks declared in `recipe.yml`. You can look at what's done in the config and modify it to your liking. +`yafti` is the uBlue firstboot installer, and it's configuration can be found in `/etc/yafti.yml`. You can look at what's done in the config and modify it to your liking. +It includes an optional selection of Flatpaks to install out of the box. A new group will be added for the Flatpaks declared in `recipe.yml`, which will be enabled by default. The files `/etc/profile.d/ublue-firstboot.sh` and `/etc/skel.d/.config/autostart/ublue-firstboot.desktop` set up `yafti` so that it starts on boot, so if you wish to retain that functionality those files shouldn't be touched. diff --git a/recipe.yml b/recipe.yml index 9f8e71f..1e70f46 100644 --- a/recipe.yml +++ b/recipe.yml @@ -36,9 +36,10 @@ rpms: - libadwaita # libadwaita comes with silverblue, but not with other flavors # add your own below -# These Flatpaks (from flathub) will be available for install on boot -# this is just an example selection. -# If you leave this empty you can use yafti for post-boot installation +# These Flatpaks (from flathub) will be available for install on boot, +# they will not be installed in the image and need to be installed by a firstboot setup tool such as yafti. +# This is just an example selection. +# If you leave this empty you can still use yafti for firstboot installation. flatpaks: - org.mozilla.firefox - org.mozilla.Thunderbird