From 6f7e8fe4da8da53363f93e701ad96af982e2b77d Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 4 Jan 2022 13:57:25 +0100 Subject: [PATCH] the intel cpu in the framework needs those options --- host_vars/vinci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/host_vars/vinci.yml b/host_vars/vinci.yml index f02a37b..e930ec8 100644 --- a/host_vars/vinci.yml +++ b/host_vars/vinci.yml @@ -37,3 +37,9 @@ rpm_ostree_layered_packages_overwrite: state: present nethogs: state: present + +rpm_ostree_kargs_overwrite: + 'i915.enable_psr=0': + state: present + 'mem_sleep_default=deep': + state: present