mkimage-profiles/features.in/power/rootfs/image-scripts.d/50-power
Michael Shigorin f43d68ce62 power: employ services feature
rootfs got handy either though managing modules to preload
might be enhanced further.
2013-09-13 17:33:58 +04:00

7 lines
164 B
Bash
Executable File

#!/bin/sh -efu
# provide kernel interface for ACPI power button
if [ -x /etc/init.d/acpid ]; then
grep -qsx button /etc/modules || echo button >> /etc/modules
fi