From 8ab6d402b5d6d134dc3ac59742220107911d7750 Mon Sep 17 00:00:00 2001 From: Érico Rolim Date: Sat, 18 Apr 2020 18:39:14 -0300 Subject: rc.conf: add note recommending /etc/localtime Recommend users to symlink their timezone to /etc/localtime instead of setting TZ in /etc/rc.conf. List disadvantages of setting it in rc.conf. --- rc.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rc.conf b/rc.conf index 5dbad2e..db59f84 100644 --- a/rc.conf +++ b/rc.conf @@ -10,7 +10,13 @@ # Set RTC to UTC or localtime. #HARDWARECLOCK="UTC" -# Set timezone, availables timezones at /usr/share/zoneinfo. +# Set timezone, availables timezones can be found at /usr/share/zoneinfo. +# +# NOTE: it's preferred to set the timezone in /etc/localtime instead: +# - ln -sf /usr/share/zoneinfo/ /etc/localtime +# Setting the timezone here requires a reboot to apply any changes/fixes +# and read-write access to the filesystem. +# #TIMEZONE="Europe/Madrid" # Keymap to load, see loadkeys(8). -- cgit 1.4.1