From ecdbc0b2c2794ebf33bf321e9ec1d266779b684d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 18 Feb 2010 20:36:46 +0000 Subject: setup-alpine: start acpid by default --- setup-alpine.in | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-alpine.in b/setup-alpine.in index 712a950..07a19f1 100644 --- a/setup-alpine.in +++ b/setup-alpine.in @@ -44,6 +44,7 @@ grep '^iface.*dhcp' $ROOT/etc/network/interfaces > /dev/null ||\ [ -z "$NOCOMMIT" ] && while ! passwd ; do echo "Please retry." ; done rc-update -q add networking boot +rc-update -q add acpid # enable new hostname /etc/init.d/hostname --quiet restart -- cgit v1.2.3