From 3c632ce64c067a7a53fada4d6d87980066d34a93 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 3 Feb 2022 07:57:21 -0600 Subject: [PATCH] Add mem_sleep_default to lap-fw-diy-1's kernel params Apparently, it doesn't suspend to ram at the hardware level by default, which is strange and dumb. --- playbooks/device_roles_workstation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/device_roles_workstation.yml b/playbooks/device_roles_workstation.yml index 3caa11c..036bac7 100755 --- a/playbooks/device_roles_workstation.yml +++ b/playbooks/device_roles_workstation.yml @@ -64,7 +64,7 @@ tags: [ desktop, desktop-role ] - role: grub vars: - grub_cmdline_linux_default: "quiet splash i915.enable_psr=0" + grub_cmdline_linux_default: "quiet splash i915.enable_psr=0 mem_sleep_default=deep" tags: [ desktop, grub ] - hosts: lap-s76-lemp9-1.ws.mgmt.desu.ltd roles: