aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrpi2-gen-image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpi2-gen-image.sh b/rpi2-gen-image.sh
index c6bef8a..a78f19c 100755
--- a/rpi2-gen-image.sh
+++ b/rpi2-gen-image.sh
@@ -44,7 +44,7 @@ BUILDDIR=${BASEDIR}/build
HOSTNAME=${HOSTNAME:=rpi2-${RELEASE}}
PASSWORD=${PASSWORD:=raspberry}
DEFLOCAL=${DEFLOCAL:="en_US.UTF-8"}
-TIMEZONE=${TIMEZONE:="Europe/Berlin"}
+TIMEZONE=${TIMEZONE:="`cat /etc/timezone`"}
# APT settings
APT_PROXY=${APT_PROXY:=""}