about summary refs log tree commit diff
path: root/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf8
1 files changed, 7 insertions, 1 deletions
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/<timezone> /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).