Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
docs: clarify flatpaks in recipe (blue-build#68)
Browse files Browse the repository at this point in the history
* docs: minor clarification of yafti/flatpak

* docs: clarify flatpaks not installed in image
  • Loading branch information
xynydev authored May 9, 2023
1 parent 60ddd67 commit cd5c6c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
7 changes: 4 additions & 3 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd5c6c3

Please sign in to comment.