Enable power button on minimal install of Fedora 17
After fresh Fedora 17 minimal install, pressing the physical power button has no effect. This is valid for both virtual machines and physical servers. To fix it, just:
# yum install acpid
# reboot
# yum install acpid
# reboot
Comments