particle-os-modules/modules/yafti
fiftydinar 0dfe1bb314
chore(yafti): Pin version to 0.8.0
Assures that users won't get suddenly get refactored yafti someday. It would also let us have more time to update yafti docs before merging updated yafti version.
2024-08-01 08:14:02 +02:00
..
launcher feat: include files in yafti module 2024-01-24 18:42:34 +02:00
module.yml chore: remove raw github URLs from module.ymls (unneeded after recent refactor) 2024-07-26 16:02:32 +03:00
README.md docs(yafti): explain what yafti is 2024-03-03 19:29:03 +02:00
yafti.sh chore(yafti): Pin version to 0.8.0 2024-08-01 08:14:02 +02:00
yafti.tsp feat: add typespec schemas for modules (#233) 2024-07-09 16:25:31 +00:00
yafti.yml feat: include files in yafti module 2024-01-24 18:42:34 +02:00

yafti

The yafti module can be used to install Yafti and set it up to run on first boot. Yafti (Yet Another First Time Installer) is a GTK program by Universal Blue that is used for prompting the user of a custom image before doing some optional configuration such as installing Flatpaks.

Also Yafti's dependencies, python3-pip and libadwaita are installed.

Optionally, a list of Flatpak names and IDs can be included under custom-flatpaks:. These will be enabled by default under their own section on the Flatpak installation screen of yafti.

A default version of the yafti configuration file, yafti.yml, is supplied by this module. To make your own, create the file at /usr/share/ublue-os/firstboot/yafti.yml. The default version of the file can be found here.