diff --git a/config/recipe.yml b/config/recipe.yml index cb72785..f36f486 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -1,7 +1,7 @@ # image will be published to ghcr.io// -name: template +name: solid-wall-of-sound # description will be included in the image's metadata -description: This is my personal OS image. +description: image for media player (low power) # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/ublue-os/silverblue-main @@ -12,13 +12,13 @@ image-version: 39 # latest is also supported if you want new updates ASAP modules: - type: files files: - - usr: /usr # copies config/files/usr into your image's /usr. - # put configuration files you want in /etc/ on a booted system - # in /usr/etc/ in the image. read more in files module reference. + - usr: /usr + # copies config/files/usr into your image's /usr. + # put configuration files you want in /etc/ on a booted system + # in /usr/etc/ in the image. read more in files module reference. - type: rpm-ostree - repos: - # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo + repos: # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo install: # - micro # - starship @@ -39,11 +39,11 @@ modules: # - org.mozilla.firefox # - org.gnome.Loupe # - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch). - # Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08), + # Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08), + # only normal flatpak applications are (like Floorp Lightning web browser in this example). # Installing different branches of the same Flatpak is not supported. remove: - # - org.gnome.eog + # - org.gnome.eog - type: signing # this sets up the proper policy & signing files for signed images to work fully -