From 88e96d81b3ca4e4aefc6fd296e50e734037931cd Mon Sep 17 00:00:00 2001 From: Lenus Walker Date: Tue, 13 Aug 2024 21:57:14 -0400 Subject: [PATCH] update recipes --- recipes/cosmic-desktop-rawhide.yml | 8 ++++++++ recipes/{cosmic.yml => cosmic-desktop.yml} | 0 recipes/recipe-nvidia.yml | 2 +- recipes/recipe-rawhide.yml | 3 ++- recipes/recipe.yml | 2 +- recipes/system76-power-rawhide.yml | 15 +++++++++++++++ 6 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 recipes/cosmic-desktop-rawhide.yml rename recipes/{cosmic.yml => cosmic-desktop.yml} (100%) create mode 100644 recipes/system76-power-rawhide.yml diff --git a/recipes/cosmic-desktop-rawhide.yml b/recipes/cosmic-desktop-rawhide.yml new file mode 100644 index 0000000..aa9ec70 --- /dev/null +++ b/recipes/cosmic-desktop-rawhide.yml @@ -0,0 +1,8 @@ +modules: + - type: script + snippets: + - wget https://copr.fedorainfracloud.org/coprs/ryanabx/cosmic-epoch/repo/fedora-rawhide/ryanabx-cosmic-epoch-fedora-rawhide.repo -O /etc/yum.repos.d/_copr_ryanabx-cosmic.repo + + - type: rpm-ostree + install: + - cosmic-desktop \ No newline at end of file diff --git a/recipes/cosmic.yml b/recipes/cosmic-desktop.yml similarity index 100% rename from recipes/cosmic.yml rename to recipes/cosmic-desktop.yml diff --git a/recipes/recipe-nvidia.yml b/recipes/recipe-nvidia.yml index fb0a6f6..317962c 100644 --- a/recipes/recipe-nvidia.yml +++ b/recipes/recipe-nvidia.yml @@ -22,7 +22,7 @@ modules: - from-file: displaylink.yml - from-file: system76-power.yml - from-file: extra-repos.yml - - from-file: cosmic.yml + - from-file: cosmic-desktop.yml - from-file: common-packages.yml - from-file: common-flatpaks.yml - from-file: remove-packages.yml diff --git a/recipes/recipe-rawhide.yml b/recipes/recipe-rawhide.yml index 3afc0da..baf256d 100644 --- a/recipes/recipe-rawhide.yml +++ b/recipes/recipe-rawhide.yml @@ -18,7 +18,8 @@ modules: # while putting files in /etc/ is done on booted system by system administrators. # read more about this in files module reference. - - from-file: cosmic.yml + - from-file: system76-power-rawhide.yml + - from-file: cosmic-desktop-rawhide.yml - from-file: common-packages.yml - from-file: common-flatpaks.yml - from-file: remove-packages.yml diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 787d3e6..6c5b1fa 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -22,7 +22,7 @@ modules: - from-file: displaylink.yml - from-file: system76-power.yml - from-file: extra-repos.yml - - from-file: cosmic.yml + - from-file: cosmic-desktop.yml - from-file: common-packages.yml - from-file: common-flatpaks.yml - from-file: remove-packages.yml diff --git a/recipes/system76-power-rawhide.yml b/recipes/system76-power-rawhide.yml new file mode 100644 index 0000000..10cfbfa --- /dev/null +++ b/recipes/system76-power-rawhide.yml @@ -0,0 +1,15 @@ +modules: + - type: rpm-ostree + repos: + - https://copr.fedorainfracloud.org/coprs/szydell/system76/repo/fedora-rawhide/szydell-system76-fedora-rawhide.repo + install: + - system76-driver + - system76-power + + - type: systemd + system: + enabled: + - com.system76.PowerDaemon.service + - system76-power-wake.service + masked: + - power-profiles-daemon.service \ No newline at end of file