lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

stage-2: Don't run hwclock in containers

(cherry picked from commit b978df019a2b1281f7a70445eaa71b45049f4cfd)

+3 -1
+3 -1
nixos/modules/system/boot/stage-2-init.sh
··· 164 164 # Restore the system time from the hardware clock. We do this after 165 165 # running the activation script to be sure that /etc/localtime points 166 166 # at the current time zone. 167 - hwclock --hctosys 167 + if [ -e /dev/rtc ]; then 168 + hwclock --hctosys 169 + fi 168 170 169 171 170 172 # Record the boot configuration.