##// END OF EJS Templates
Use the system timezone by default
Adam Baxter -
r23:eae29c2c34fc
parent child
Show More
@@ -44,7 +44,7 BUILDDIR=${BASEDIR}/build
44 44 HOSTNAME=${HOSTNAME:=rpi2-${RELEASE}}
45 45 PASSWORD=${PASSWORD:=raspberry}
46 46 DEFLOCAL=${DEFLOCAL:="en_US.UTF-8"}
47 TIMEZONE=${TIMEZONE:="Europe/Berlin"}
47 TIMEZONE=${TIMEZONE:="`cat /etc/timezone`"}
48 48
49 49 # APT settings
50 50 APT_PROXY=${APT_PROXY:=""}
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant