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:
parent
ad2adec834
commit
db2e5d721c
|
|
@ -183,6 +183,8 @@ for i in range(5, 0, -1):
|
||||||
SIG_TRIGGER = False
|
SIG_TRIGGER = False
|
||||||
signal.signal(signal.SIGINT, sig_handler)
|
signal.signal(signal.SIGINT, sig_handler)
|
||||||
print()
|
print()
|
||||||
|
signal.signal(signal.SIGINT, kill_handler)
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Setup the blockdevice, filesystem (and optionally encryption).
|
Setup the blockdevice, filesystem (and optionally encryption).
|
||||||
Once that's done, we'll hand over to perform_installation()
|
Once that's done, we'll hand over to perform_installation()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue