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

wip/yesman
Rob Vermaas 8 years ago
parent 63347357ac
commit ed5920ec65
  1. 1
      nixos/modules/virtualisation/amazon-image.nix

@ -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;

Loading…
Cancel
Save