Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes `acpi-call-dkms` that was [broken on hwe-edge kernels](https://bugs.launchpad.net/ubuntu/+source/acpi-call/+bug/1724862/comments/3). Make sure you have a _hardware enablement_ (hwe) kernel installed - e.g. 4.13 - and apply this fix. If you haven't already, manually install `shim-signed` first: ``` sudo apt update && sudo apt install shim-signed ``` Now apply this fix: ``` sudo env ANSIBLE_NOCOWS=1 ansible-playbook x1yoga.yml --tags tlp ``` If you haven't ran or installed `shim-signed` manually, ansible will crash the first time because it cannot be installed this dependency unattended. If this happens, run: ``` sudo dpkg --configure -a ``` Enter a secure boot password, reboot, and re-type the password on boot.
- Loading branch information