diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-26 00:11:38 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-26 00:11:38 +0000 |
commit | 1754b21d837ce0b23c94b7c40bb6cfd81f9147c6 (patch) | |
tree | 58ee1126aca747c41b83ef265932d958807ee725 /todo.py | |
parent | f0e662fb359162e03ce528bf096d5b2e247660c6 (diff) | |
download | anaconda-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |