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.