Remove kill -9 -1 from initrd of amazon-image.nix. This causes a kernel panic.
This commit is contained in:
parent
63347357ac
commit
ed5920ec65
@ -40,7 +40,6 @@ let cfg = config.ec2; in
|
|||||||
# Force udev to exit to prevent random "Device or resource busy
|
# Force udev to exit to prevent random "Device or resource busy
|
||||||
# while trying to open /dev/xvda" errors from fsck.
|
# while trying to open /dev/xvda" errors from fsck.
|
||||||
udevadm control --exit || true
|
udevadm control --exit || true
|
||||||
kill -9 -1
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
boot.initrd.network.enable = true;
|
boot.initrd.network.enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user