diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-08 15:07:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-08 15:07:10 +0000 |
commit | c39a30b6351f739644e92fcfbeea1dff7adede99 (patch) | |
tree | 0de53a6f2e306de5dbc02cc1b1714ea79de5324d | |
parent | ae05b950f024b1fd710691f5caed366c6e9a966d (diff) | |
download | alpine-conf-c39a30b6351f739644e92fcfbeea1dff7adede99.zip |
setup-alpine: do not call setup-timezone
We need to fix it first.
-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 a14c1a6..91b7182 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 |