[yast-commit] r59614 - in /trunk/country: VERSION package/yast2-country.changes timezone/src/Timezone.ycp
Author: jsuchome Date: Thu Nov 19 12:51:49 2009 New Revision: 59614 URL: http://svn.opensuse.org/viewcvs/yast?rev=59614&view=rev Log: - during installation set the system time based on time zone and not on hardware clock (bnc#540638) - 2.19.2 Modified: trunk/country/VERSION trunk/country/package/yast2-country.changes trunk/country/timezone/src/Timezone.ycp Modified: trunk/country/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/VERSION?rev=59614&r1=59613&r2=59614&view=diff ============================================================================== --- trunk/country/VERSION (original) +++ trunk/country/VERSION Thu Nov 19 12:51:49 2009 @@ -1 +1 @@ -2.19.1 +2.19.2 Modified: trunk/country/package/yast2-country.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/package/yast2-country.changes?rev=59614&r1=59613&r2=59614&view=diff ============================================================================== --- trunk/country/package/yast2-country.changes (original) +++ trunk/country/package/yast2-country.changes Thu Nov 19 12:51:49 2009 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Nov 19 12:47:43 CET 2009 - jsuchome@suse.cz + +- during installation set the system time based on time zone and + not on hardware clock (bnc#540638) +- 2.19.2 + +------------------------------------------------------------------- Thu Nov 19 09:48:22 CET 2009 - jsuchome@suse.cz - show native language form also on installed system (bnc#555531) Modified: trunk/country/timezone/src/Timezone.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/country/timezone/src/Timezone.ycp?rev=59614&r1=59613&r2=59614&view=diff ============================================================================== --- trunk/country/timezone/src/Timezone.ycp (original) +++ trunk/country/timezone/src/Timezone.ycp Thu Nov 19 12:51:49 2009 @@ -259,6 +259,10 @@ if (!Arch::s390 ()) { cmd = "/sbin/hwclock --hctosys " + hwclock; + if (Stage::initial () && hwclock == "--localtime") + { + cmd = "/sbin/hwclock --systz --localtime --noadjfile && touch /dev/shm/warpclock"; + } y2milestone( "Set cmd %1", cmd ); y2milestone( "Set ret %1", SCR::Execute(.target.bash_output, cmd )); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn.opensuse.org