summaryrefslogtreecommitdiffstats
path: root/rules/timezone.in
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2012-10-10 10:59:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-10-12 11:47:24 +0200
commit1ae43d8a09a28b177defdc38a2cd7e9a33565ee1 (patch)
tree8649cc145d7f3010bc4dd7b73cb327ad0f9f7d57 /rules/timezone.in
parentba04cff0c6c2f0329e7249033006cc6307bed950 (diff)
downloadptxdist-1ae43d8a09a28b177defdc38a2cd7e9a33565ee1.tar.gz
ptxdist-1ae43d8a09a28b177defdc38a2cd7e9a33565ee1.tar.xz
timezone: rename GLIBC_LOCALTIME and targetinstall only if not empty
Revised with fresh morning mind. I could not test the migrate stuff, please review! Greets Alex Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/timezone.in')
-rw-r--r--rules/timezone.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/timezone.in b/rules/timezone.in
index 09a3d9d8e..1298afc77 100644
--- a/rules/timezone.in
+++ b/rules/timezone.in
@@ -15,7 +15,7 @@ if TIMEZONE
comment "Timezone support"
-config GLIBC_LOCALTIME
+config TIMEZONE_LOCALTIME
prompt "Timezone for /etc/localtime and /etc/timezone"
default "Europe/Berlin"
string
@@ -23,7 +23,8 @@ config GLIBC_LOCALTIME
Where should /etc/localtime point to? (e.g. put in "Europe/Berlin"
here to let it point to /usr/share/zoneinfo/Europe/Berlin)
Additionally this value is written to /etc/timezone like on Debian
- or for systemd.
+ or for systemd. Note: if you leave this empty /etc/timezone and
+ /etc/localtime are NOT created.
config TIMEZONE_LOCAL_DATABASE
bool