From f345e64b7984099651d8a6d814e4f9ac38b8f959 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 3 Feb 2022 08:58:27 -0600 Subject: [PATCH] Revert "Add mem_sleep_default to lap-fw-diy-1's kernel params" This reverts commit 3c632ce64c067a7a53fada4d6d87980066d34a93. I'm experirencing serious issues with this mode of sleep, so disabling it for now. --- 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 8feb5fd..cf0065c 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 mem_sleep_default=deep" + grub_cmdline_linux_default: "quiet splash" tags: [ desktop, grub ] - hosts: lap-s76-lemp9-1.ws.mgmt.desu.ltd roles: