From 9edb1380fb5e638772d62a52e25c159615abddfe Mon Sep 17 00:00:00 2001 From: fbt Date: Fri, 7 Nov 2014 00:09:34 +0300 Subject: [PATCH] rc.conf example for the timezone --- rc.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rc.conf b/rc.conf index 50c6826..9faf4b5 100644 --- a/rc.conf +++ b/rc.conf @@ -4,6 +4,9 @@ export PATH='/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin' # Hostname cfg_hostname='changeme' +# Timezone +#cfg_timezone='Europe/Moscow' + # Services cfg_services+=( 'fsck' 'mount' 'systemd-udevd' 'sysctl' ) # Services that need tp be started in an order cfg_services+=( @agetty-tty{2..6} ) # Comment this if your init starts something on the ttys itself.