summarylogtreecommitdiffstats
path: root/linux-macbook.install
diff options
context:
space:
mode:
authorTony Lambiris2017-02-10 19:39:27 -0500
committerTony Lambiris2017-02-10 19:39:27 -0500
commitf789e89446330ecb56413115ac7a54c78622039f (patch)
tree6ad33282f23912e0f75535cffd380162e7f834b5 /linux-macbook.install
parentc6cec6060c318ea2c59cbf7b739515b8a27e29b9 (diff)
downloadaur-f789e89446330ecb56413115ac7a54c78622039f.tar.gz
Version bump to 4.9.9
Diffstat (limited to 'linux-macbook.install')
-rw-r--r--linux-macbook.install9
1 files changed, 2 insertions, 7 deletions
diff --git a/linux-macbook.install b/linux-macbook.install
index 094b55c80175..da6dcfa7b760 100644
--- a/linux-macbook.install
+++ b/linux-macbook.install
@@ -3,17 +3,12 @@ cat <<-EOF
To get suspend working properly you must do the following:
- Add disable_mode=1 to your kernel boot options.
- In my case I use grub so I appended this to GRUB_CMDLINE_LINUX
- in /etc/default/grub and then ran the following command as root:
- grub-mkconfig -o /boot/grub/grub.cfg
+ Enable the macbook-wakeup service for suspend/resume on LID events:
+ systemctl enable --now macbook-wakeup.service
Optionally, include the kernel boot option processor.ignore_ppc=1
to allow frequency changing on battery power.
- Enable the macbook-wakeup service for suspend/resume on LID events:
- systemctl enable --now macbook-wakeup.service
-
EOF
}