[yast-devel] autoyast does not honor hwclock & timezone
Yast Developers, In our SLES 10 autoyast profile, we set the hwclock to localtime and timezone to US/Pacific using the below XML tag. It is no longer contained under the 'general' tag per autoyast documentation. After installation, we get eastern/UTC instead. I have also included the xml file. <clock> <hwclock>localtime</hwclock> <timezone>US/Pacific</timezone> </clock> Is this a bug or there is another mechanism to this from autoyast? Thanks -robert
On út 27. ledna 2009, Roberto Angelino wrote:
Yast Developers, In our SLES 10 autoyast profile, we set the hwclock to localtime and timezone to US/Pacific using the below XML tag. It is no longer contained under the 'general' tag per autoyast documentation. After installation, we get eastern/UTC instead. I have also included the xml file.
<clock> <hwclock>localtime</hwclock> <timezone>US/Pacific</timezone> </clock>
I think the correct tag is <timezone>, not <clock>. At least when I run 'yast2 autoyast', change the time zone settings and save it as simple profile, it writes <timezone> <hwclock>localtime</hwclock> <timezone>Africa/Douala</timezone> </timezone> Jiri -- Jiri Suchomel SUSE LINUX, s.r.o. e-mail: jsuchome@suse.cz Lihovarská 1060/12 tel: +420 284 028 960 190 00 Praha 9, Czech Republic http://www.suse.cz -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
participants (2)
-
Jiří Suchomel
-
Roberto Angelino