* Using hpet no longer seems necessary. Maybe upstream fixed it.
svn path=/nixos/trunk/; revision=25489
This commit is contained in:
parent
7e3873f75e
commit
ecaf1d9f08
|
@ -280,9 +280,6 @@ in
|
|||
|
||||
boot.initrd.postDeviceCommands =
|
||||
''
|
||||
# Workaround for massive clock drift with the "kvm-clock" clock source.
|
||||
echo hpet > /sys/devices/system/clocksource/clocksource0/current_clocksource
|
||||
|
||||
# Set up networking. Needed for CIFS mounting.
|
||||
ifconfig eth0 up 10.0.2.15
|
||||
|
||||
|
|
Loading…
Reference in New Issue