Skip to content

Commit

Permalink
testing rawhide build
Browse files Browse the repository at this point in the history
  • Loading branch information
lenuswalker committed Aug 25, 2024
1 parent 7787a6d commit 49b8f53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions recipes/rawhide-rpmfusion-repos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: rpm-ostree
install:
# https://docs.fedoraproject.org/en-US/quick-docs/rpmfusion-setup/#_enabling_the_rpm_fusion_repositories_for_ostree_based_systems
- https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
- https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
6 changes: 3 additions & 3 deletions recipes/recipe-rawhide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: izzy-os-rawhide
description: This is my personal OS image.

# the base image to build on top of (FROM) and the version tag to use
# base-image: ghcr.io/lenuswalker/izzy-os-image
base-image: quay.io/fedora-ostree-desktops/silverblue
base-image: ghcr.io/lenuswalker/izzy-os-image
# base-image: quay.io/fedora-ostree-desktops/silverblue
image-version: rawhide # latest is also supported if you want new updates ASAP

# module configuration, executed in order
Expand All @@ -15,7 +15,7 @@ modules:
# - from-file: common-akmods.yml
# - from-file: system76-power-packages.yml
# - from-file: system76-power-systemd.yml
- from-file: common-rpmfusion-repos.yml
- from-file: rawhide-rpmfusion-repos.yml
- from-file: cosmic-desktop-repo.yml
- from-file: cosmic-desktop-packages.yml
- from-file: common-packages.yml
Expand Down

0 comments on commit 49b8f53

Please sign in to comment.