diff options
author | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-06 20:45:13 +0000 |
---|---|---|
committer | wiktor w brodlo <wiktor@brodlo.net> | 2011-07-06 20:45:13 +0000 |
commit | 45b4a0d158fd6afa0b802666e54362df3c53fb6a (patch) | |
tree | 11d348c9278c6a5c084e0b1a37de2b52c5b420ed /gentoo | |
parent | gentoo/livecd.py: remove useless steps (diff) | |
download | anaconda-45b4a0d158fd6afa0b802666e54362df3c53fb6a.tar.gz anaconda-45b4a0d158fd6afa0b802666e54362df3c53fb6a.tar.bz2 anaconda-45b4a0d158fd6afa0b802666e54362df3c53fb6a.zip |
gentoo/livecd.py: removed const_kill_threads (an entropy leftover)
Diffstat (limited to 'gentoo')
-rw-r--r-- | gentoo/livecd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo/livecd.py b/gentoo/livecd.py index 3135174..750f8f2 100644 --- a/gentoo/livecd.py +++ b/gentoo/livecd.py @@ -174,7 +174,7 @@ class LiveCDCopyBackend(backend.AnacondaBackend): self._gentoo_install.destroy() - const_kill_threads() + #const_kill_threads() #entropy leftover anaconda.intf.setInstallProgressClass(None) def writeConfiguration(self): |