particle-os-modules/modules
Micah Abbott 623834bb3b
chore: force create firstboot symlink in yafti module (#82)
I switched my custom ublue image from using
"ublue-os/silverblue-nvidia" to "ublue-os/bazzite-gnome-nvidia" and
received the following error when the build action kicked off:

`ln: failed to create symbolic link '/usr/etc/profile.d/ublue-firstboot.sh': File exists`

The yafti module should be the only thing creating this symlink, so it
should be safe to use the `-f` flag to force creating it.

Signed-off-by: Micah Abbott <miabbott@redhat.com>
2023-12-21 05:59:33 +00:00
..
bling fix: make laptop work without justfiles 2023-11-24 14:12:33 -05:00
default-flatpaks Indicate that module skips flatpak install/uninstall if no changes are detected 2023-12-20 11:24:00 +01:00
files fix: terminology (#60) 2023-10-06 09:53:48 +00:00
fonts fix: not specifying a nerd-font makes the module fail. (#63) 2023-10-13 15:18:15 +00:00
rpm-ostree docs: enhacements to module documentation (#54) 2023-10-01 08:41:01 -07:00
script docs: add extra indentation to the list in script README 2023-10-22 09:32:44 +00:00
systemd docs: enhacements to module documentation (#54) 2023-10-01 08:41:01 -07:00
yafti chore: force create firstboot symlink in yafti module (#82) 2023-12-21 05:59:33 +00:00
README.md feat: startingpoint modules (#33) 2023-09-10 14:29:26 +00:00

Modules for Startingpoint

Here (check the sidebar if you're on the website) is documentation for every default module for Startingpoint. Source code is inside the bling repository, which is intended for hosting more static and shared parts of custom images.

For more information about Startingpoint and modules, refer to the README inside the config/ directory.