Another attempt to fix the installer test

http://hydra.nixos.org/build/9904133
This commit is contained in:
Eelco Dolstra
2014-03-30 16:52:56 +02:00
parent c394d4079d
commit 1c192e1fea
3 changed files with 11 additions and 8 deletions

View File

@@ -291,11 +291,6 @@ in
if test -z "$FSTYPE"; then
mke2fs -t ext4 /dev/vda
fi
# Set the system time from the hardware clock to work around a
# bug in qemu-kvm > 1.5.2 (where the VM clock is initialised
# to the *boot time* of the host).
hwclock -s
'';
boot.initrd.postMountCommands =