Re: [Astlinux-users] Save timezone

2016-09-14 Thread Stefan Ulm
.abelbeck.com] Gesendet: Mittwoch, 14. September 2016 14:40 An: AstLinux Users Mailing List Betreff: Re: [Astlinux-users] Save timezone Stefan, For the case of TIMEZONE that is only set at system startup, look in"/etc/rc" to see how. It would be safest to do a system reboot ( look

Re: [Astlinux-users] Save timezone

2016-09-14 Thread Lonnie Abelbeck
> www.divus.eu . Privacy: http://www.divus.eu/media/DivusPrivacy.pdf > > -Ursprüngliche Nachricht- > Von: Lonnie Abelbeck [mailto:li...@lonnie.abelbeck.com] > Gesendet: Dienstag, 13. September 2016 18:49 > An: AstLinux Users Mailing List > Betreff: Re: [Astlinux-users] Sa

Re: [Astlinux-users] Save timezone

2016-09-14 Thread Stefan Ulm
nnie Abelbeck [mailto:li...@lonnie.abelbeck.com] Gesendet: Dienstag, 13. September 2016 18:49 An: AstLinux Users Mailing List Betreff: Re: [Astlinux-users] Save timezone Stefan, The configs are all stored in /mnt/kd/rc.conf.d/*.conf The command (script) "gen-rc-conf" combines all the configs into a

Re: [Astlinux-users] Save timezone

2016-09-13 Thread Lonnie Abelbeck
Stefan, The configs are all stored in /mnt/kd/rc.conf.d/*.conf The command (script) "gen-rc-conf" combines all the configs into a single /etc/rc.conf file which is referenced by the system. So, only one place in /mnt/kd/rc.conf.d/*.conf is the source config. It is "applied" via "gen-rc-conf".

[Astlinux-users] Save timezone

2016-09-13 Thread Stefan Ulm
Hello all, I want to implement timezone saving in a custom tab on astlinux. I could figure out how to do it and it works quite fine, except one doubt: >From the network tab I can see, that the timezone settings can be saved in two >configuration files: * /etc/rc.conf * /mnt/kd/rc.conf.d/gui.netw