diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-16 13:56:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-16 13:56:49 +0000 |
commit | b8672026ac4440e3702c29063ef62ef6125f445a (patch) | |
tree | b133482e99db73f19c287c3651f44c55bd0737dc /setup-alpine.in | |
parent | e7d98e7deab77ebd29992c9ed297f0e8c5f9cced (diff) | |
download | alpine-conf-b8672026ac4440e3702c29063ef62ef6125f445a.zip |
setup-alpine: enable setup-timezone again
Diffstat (limited to 'setup-alpine.in')
-rw-r--r-- | setup-alpine.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-alpine.in b/setup-alpine.in index 91b7182..a14c1a6 100644 --- a/setup-alpine.in +++ b/setup-alpine.in @@ -44,7 +44,7 @@ grep '^iface.*dhcp' $ROOT/etc/network/interfaces > /dev/null ||\ [ -z "$NOCOMMIT" ] && while ! passwd ; do echo "Please retry." ; done # pick timezone -# $PREFIX/sbin/setup-timezone +$PREFIX/sbin/setup-timezone rc-update -q add networking boot rc-update -q add acpid |