Remove kill -9 -1 from initrd of amazon-image.nix. This causes a kernel panic.

This commit is contained in:
Rob Vermaas 2016-03-09 09:55:25 +00:00
parent 63347357ac
commit ed5920ec65

View file

@ -40,7 +40,6 @@ let cfg = config.ec2; in
# Force udev to exit to prevent random "Device or resource busy
# while trying to open /dev/xvda" errors from fsck.
udevadm control --exit || true
kill -9 -1
'';
boot.initrd.network.enable = true;