docs: clarify flatpaks in recipe (#68)

* docs: minor clarification of yafti/flatpak

* docs: clarify flatpaks not installed in image
This commit is contained in:
Eino Rauhala
2023-05-09 17:38:58 +03:00
committed by GitHub
parent 60ddd67713
commit cd5c6c33cb
2 changed files with 6 additions and 4 deletions

View File

@@ -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.