From db2e5d721cbfc9009b617a4c4b0bc3d54b158f65 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 18 Oct 2020 21:22:05 +0200 Subject: Revert to a some what default sig-kill handler. (needs some adjustments just to clean up things, but I think it will do for now) --- examples/guided.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/guided.py') diff --git a/examples/guided.py b/examples/guided.py index b3df07d7..7cec99a3 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -183,6 +183,8 @@ for i in range(5, 0, -1): SIG_TRIGGER = False signal.signal(signal.SIGINT, sig_handler) print() +signal.signal(signal.SIGINT, kill_handler) + """ Setup the blockdevice, filesystem (and optionally encryption). Once that's done, we'll hand over to perform_installation() -- cgit v1.2.3-70-g09d2