Created
July 15, 2013 05:25
-
-
Save linrunner/5997665 to your computer and use it in GitHub Desktop.
Disable pm-utils power.d hooks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
for i in 95hdparm-apm disable_wol hal-cd-polling intel-audio-powersave harddrive \ | |
laptop-mode journal-commit pci_devices pcie_aspm readahead sata_alpm \ | |
sched-powersave usb_bluetooth wireless xfs_buffer; do | |
touch /etc/pm/power.d/$i | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment