https://bugzilla.novell.com/show_bug.cgi?id=784316 https://bugzilla.novell.com/show_bug.cgi?id=784316#c0 Summary: kiwi generated initrds missing boot time correction Classification: openSUSE Product: openSUSE Factory Version: 12.3 Milestone 0 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: ms@suse.com ReportedBy: dmueller@suse.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- systems without rtc clock are booting initially always with a very wrong time, if the initrd was built with kiwi. it seems this piece of code from the regular initrd is missing or nonfunctional: /lib/mkinitrd/scripts/less boot-start.sh case "$build_day" in @*) ;; *) current_day="$(LC_ALL=C date -u '+%Y%m%d')" if [ "$current_day" -lt "$build_day" ] ; then echo "your system time is not correct:" LC_ALL=C date -u echo "setting system time to:" LC_ALL=C date -us "$build_day" sleep 3 export SYSTEM_TIME_INCORRECT=$current_day fi ;; esac -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.