systemd: Start ctrl-alt-del.target irreversibly

This fixes hangs during EC2 reboots (which are implemented by sending
a ctrl-alt-del to the instance).
This commit is contained in:
Eelco Dolstra
2013-05-07 14:34:48 +02:00
parent 0dfb9ecc35
commit 2e77679b0b
10 changed files with 36 additions and 8 deletions
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
./0006-Don-t-call-plymouth-quit.patch
./0007-Ignore-IPv6-link-local-addresses.patch
./0008-Don-t-try-to-unmount-nix-or-nix-store.patch
./0009-Start-ctrl-alt-del.target-irreversibly.patch
] ++ stdenv.lib.optional stdenv.isArm ./libc-bug-accept4-arm.patch;
buildInputs =