From 0ed99bec3e20c78c91f52edbd22b800b44a4fd63 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 3 Feb 2022 13:25:44 -0600 Subject: [PATCH] Re-add mem_sleep_default to lap-fw-diy-1's kernel params This reverts commit f345e64b7984099651d8a6d814e4f9ac38b8f959. Apparently my issue was with the out-of-tree kernel, not this particular configuration. After some testing, I don't need the new kernel anyway. --- 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 3440489..2c28fc7 100755 --- a/playbooks/device_roles_workstation.yml +++ b/playbooks/device_roles_workstation.yml @@ -66,7 +66,7 @@ tags: [ desktop, desktop-role ] - role: grub vars: - grub_cmdline_linux_default: "quiet splash snd-hda-intel.model=dell-headset-multi" + grub_cmdline_linux_default: "quiet splash mem_sleep_default=deep snd-hda-intel.model=dell-headset-multi" tags: [ desktop, grub ] - hosts: lap-s76-lemp9-1.ws.mgmt.desu.ltd roles: