Comment out modules and dnf sections

Comment out modules and dnf configuration in recipe.yml
This commit is contained in:
Flux 2025-11-22 09:43:43 +02:00 committed by GitHub
parent ed2de026c1
commit f832d683ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,35 +11,35 @@ image-version: latest # latest is also supported if you want new updates ASAP
# module configuration, executed in order # module configuration, executed in order
# you can include multiple instances of the same module # you can include multiple instances of the same module
modules: # modules:
- type: files # - type: files
files: # files:
- 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: dnf # - type: dnf
repos: # repos:
copr: # copr:
- atim/starship # - atim/starship
install: # install:
packages: # packages:
- micro # - micro
- starship # - starship
remove: # remove:
packages: # 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
- firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case) # - firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case)
- type: default-flatpaks # - type: default-flatpaks
configurations: # configurations:
- notify: true # Send notification after install/uninstall is finished (true/false) # - notify: true # Send notification after install/uninstall is finished (true/false)
scope: system # scope: system
# If no repo information is specified, Flathub will be used by default # # If no repo information is specified, Flathub will be used by default
install: # system flatpaks we want all users to have and not remove # install: # system flatpaks we want all users to have and not remove
- org.mozilla.firefox # - org.mozilla.firefox
- org.gnome.Loupe # - org.gnome.Loupe
- 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