Skip to content

Commit

Permalink
chore(automatic): update recipe to match user preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
iiamabby committed Mar 4, 2024
1 parent 1a6cb0a commit 75b2ef0
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions config/recipe.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# image will be published to ghcr.io/<user>/<name>
name: template
name: ii-kiniote-ublue
# description will be included in the image's metadata
description: This is my personal OS image.
description: This is ii's base OS image.

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/silverblue-main
base-image: ghcr.io/ublue-os/kinoite-main
image-version: 39 # latest is also supported if you want new updates ASAP

# module configuration, executed in order
# you can include multiple instances of the same module
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
Expand All @@ -37,11 +37,10 @@ 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),
# only normal flatpak applications are (like Floorp Lightning web browser in this example).
# Installing different branches of the same Flatpak is not supported.
# 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

0 comments on commit 75b2ef0

Please sign in to comment.