From c8a23960c017e45a58146ca4835879a981725725 Mon Sep 17 00:00:00 2001 From: HippieMitch Date: Thu, 20 Apr 2023 23:57:02 -0400 Subject: [PATCH] modified: recipe.yml --- recipe.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/recipe.yml b/recipe.yml index 381e524..8a9f647 100644 --- a/recipe.yml +++ b/recipe.yml @@ -3,27 +3,30 @@ name: cachy_kinoite # The native container image to build on top of # images. # Warning: Non-uBlue images might function unexpectly -base-container: ghcr.io/ublue-os/silverblue-main +base-container: ostree-unverified-registry:ghcr.io/ublue-os/kinoite-main # What fedora version to use. Use an explicit version or `latest`. # If you use `latest`, you will be automatically updated # to the next major version assuming the image you're using as your base container # builds with the tag (all uBlue images do this). -fedora-version: 37 +fedora-version: 38 # This description will be visible in the container metadata description: A starting point for further customization of uBlue images. Make your own! https://ublue.it/making-your-own/ # These rpms will be installed from the fedora repository # using rpm-ostree and will be preinstalled in the final image rpms: - - python3-pip # needed for yafti (the first boot installer) + - python3-pip + - distrobox + - fish + - intel-media-driver + - tlp + - virt-manager +# needed for yafti (the first boot installer) # These Flatpaks (from flathub) will be available for install on boot # this is just an example selection. # If you leave this empty you can use yafti for post-boot installation flatpaks: - org.mozilla.firefox - org.mozilla.Thunderbird - - com.mattjakeman.ExtensionManager - org.libreoffice.LibreOffice - - org.gnome.DejaDup - org.gustavoperedo.FontDownloader - - com.github.tchx84.Flatseal - - io.github.celluloid_player.Celluloid + - io.mpv.Mpv