stage-2: Don't run hwclock in containers

This commit is contained in:
Eelco Dolstra
2015-05-11 18:18:36 +02:00
parent c8ef598945
commit b978df019a
+3 -1
View File
@@ -164,7 +164,9 @@ $systemConfig/activate
# Restore the system time from the hardware clock. We do this after
# running the activation script to be sure that /etc/localtime points
# at the current time zone.
hwclock --hctosys
if [ -e /dev/rtc ]; then
hwclock --hctosys
fi
# Record the boot configuration.