-
I would like to be able to permanently add the following echo value |
Beta Was this translation helpful? Give feedback.
Answered by
cgwalters
Sep 11, 2023
Replies: 1 comment
-
Hi, I know this is a bit confusing but this forum is for ostree, which is low level OS agnostic tooling to update operating systems. It's independent of OCP for example. Now, directly writing to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cgwalters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I know this is a bit confusing but this forum is for ostree, which is low level OS agnostic tooling to update operating systems. It's independent of OCP for example.
Now, directly writing to
/sys
via Ignition will likely break with MachineConfig; what you'll need to do instead is write a systemd unit that does e.g.ExecStart=/bin/sh -c 'echo 2 > /sys/devices/cpu/rdpmc'
for example.