summarylogtreecommitdiffstats
path: root/linux.install
diff options
context:
space:
mode:
Diffstat (limited to 'linux.install')
-rw-r--r--linux.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/linux.install b/linux.install
index c8e5a68d75ba..37ba37494605 100644
--- a/linux.install
+++ b/linux.install
@@ -1,22 +1,7 @@
-display_requirements () {
-cat <<-EOF
-
- To get suspend working properly you must do the following:
-
- 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.
-
-EOF
-}
-
post_upgrade() {
if findmnt --fstab -uno SOURCE /boot &>/dev/null && ! mountpoint -q /boot; then
echo "WARNING: /boot appears to be a separate partition but is not mounted."
fi
- display_requirements
}
post_remove() {