mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-07 13:58:03 +00:00
docs: clarify flatpaks in recipe (#68)
* docs: minor clarification of yafti/flatpak * docs: clarify flatpaks not installed in image
This commit is contained in:
@@ -64,7 +64,8 @@ matrix:
|
|||||||
|
|
||||||
### [yafti](https://github.com/ublue-os/yafti/)
|
### [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.
|
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.
|
||||||
|
|
||||||
|
|||||||
@@ -36,9 +36,10 @@ rpms:
|
|||||||
- libadwaita # libadwaita comes with silverblue, but not with other flavors
|
- libadwaita # libadwaita comes with silverblue, but not with other flavors
|
||||||
# add your own below
|
# add your own below
|
||||||
|
|
||||||
# These Flatpaks (from flathub) will be available for install on boot
|
# These Flatpaks (from flathub) will be available for install on boot,
|
||||||
# this is just an example selection.
|
# they will not be installed in the image and need to be installed by a firstboot setup tool such as yafti.
|
||||||
# If you leave this empty you can use yafti for post-boot installation
|
# This is just an example selection.
|
||||||
|
# If you leave this empty you can still use yafti for firstboot installation.
|
||||||
flatpaks:
|
flatpaks:
|
||||||
- org.mozilla.firefox
|
- org.mozilla.firefox
|
||||||
- org.mozilla.Thunderbird
|
- org.mozilla.Thunderbird
|
||||||
|
|||||||
Reference in New Issue
Block a user