Skip to content
Snippets Groups Projects
Verified Commit 04b22b83 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(system-upgrade): Rollout fix for CPU boost disabling

parent 688694e9
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ stringData: ...@@ -12,7 +12,7 @@ stringData:
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/bin/sh -c "echo 0 > /sys/devices/system/cpu/cpufreq/boost" ExecStart=/bin/sh -c "echo passive > /sys/devices/system/cpu/amd_pstate/status; echo 0 > /sys/devices/system/cpu/cpufreq/boost"
cpu-boost-disable.timer: | cpu-boost-disable.timer: |
[Unit] [Unit]
Description=Disable overclocking on CPU on boot after 5 minutes Description=Disable overclocking on CPU on boot after 5 minutes
...@@ -63,6 +63,6 @@ spec: ...@@ -63,6 +63,6 @@ spec:
path: /host/run/system-upgrade/secrets/fedora path: /host/run/system-upgrade/secrets/fedora
version: 1.0.0 version: 1.0.0
upgrade: upgrade:
image: quay.io/fedora/fedora:36 image: quay.io/fedora/fedora:38
command: ["chroot", "/host"] command: ["chroot", "/host"]
args: ["sh", "/run/system-upgrade/secrets/fedora/install.sh"] args: ["sh", "/run/system-upgrade/secrets/fedora/install.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment