summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-26 00:11:38 +0000
committerMatt Wilson <msw@redhat.com>2000-05-26 00:11:38 +0000
commit1754b21d837ce0b23c94b7c40bb6cfd81f9147c6 (patch)
tree58ee1126aca747c41b83ef265932d958807ee725 /todo.py
parentf0e662fb359162e03ce528bf096d5b2e247660c6 (diff)
downloadanaconda-1754b21d837ce0b23c94b7c40bb6cfd81f9147c6.tar.gz
anaconda-1754b21d837ce0b23c94b7c40bb6cfd81f9147c6.tar.xz
anaconda-1754b21d837ce0b23c94b7c40bb6cfd81f9147c6.zip
gui requires you to do a kill (threads)
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index c934d07fe..c31f1cf6f 100644
--- a/todo.py
+++ b/todo.py
@@ -727,7 +727,7 @@ class ToDo:
"was not unmounted cleanly. Please boot your Linux "
"installation, let the filesystems be checked, and "
"shut down cleanly to upgrade."))
- sys.exit(0)
+ os.kill (os.getpid(), 9)
self.fstab.mountFilesystems (self.instPath)
self.fstab.turnOnSwap(formatSwap = 0)