Remove kill -9 -1 from initrd of amazon-image.nix. This causes a kernel panic.
This commit is contained in:
parent
63347357ac
commit
ed5920ec65
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue