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)

This commit is contained in:
Anton Hvornum 2020-10-18 21:22:05 +02:00
parent ad2adec834
commit db2e5d721c
1 changed files with 2 additions and 0 deletions

View File

@ -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()