chore: updated main template recipe to use the DNF module instead of

rpm-ostree
This commit is contained in:
Francisco Torres Pérez
2025-09-01 17:44:42 +02:00
parent 309b9160db
commit 0f5f896a76

View File

@@ -17,13 +17,16 @@ modules:
- source: system - source: system
destination: / # copies files/system/* (* means everything inside it) into your image's root folder / destination: / # copies files/system/* (* means everything inside it) into your image's root folder /
- type: rpm-ostree - type: dnf
repos: repos:
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo copr:
- atim/starship
install: install:
packages:
- micro - micro
- starship - starship
remove: remove:
packages:
# example: removing firefox (in favor of the flatpak) # example: removing firefox (in favor of the flatpak)
# "firefox" is the main package, "firefox-langpacks" is a dependency # "firefox" is the main package, "firefox-langpacks" is a dependency
- firefox - firefox
@@ -40,4 +43,3 @@ modules:
- scope: user # Also add Flathub user repo, but no user packages - scope: user # Also add Flathub user repo, but no user packages
- type: signing # this sets up the proper policy & signing files for signed images to work fully - type: signing # this sets up the proper policy & signing files for signed images to work fully