diff options
author | Erik Troan <ewt@redhat.com> | 2000-12-08 18:43:23 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-12-08 18:43:23 +0000 |
commit | 791f649648560413e4a3f31cf6c50ee50e3a2c75 (patch) | |
tree | 9cc347e00a94fdea28b1b8619eedb70e3fcb1840 /urlinstall.py | |
parent | d3f64b8761ddc9cd9686c9a6f42947d4545a9396 (diff) | |
download | anaconda-791f649648560413e4a3f31cf6c50ee50e3a2c75.tar.gz anaconda-791f649648560413e4a3f31cf6c50ee50e3a2c75.tar.xz anaconda-791f649648560413e4a3f31cf6c50ee50e3a2c75.zip |
use separate timer for install which can be stopped and started
Diffstat (limited to 'urlinstall.py')
-rw-r--r-- | urlinstall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urlinstall.py b/urlinstall.py index 725c2c96f..a417ea628 100644 --- a/urlinstall.py +++ b/urlinstall.py @@ -26,7 +26,7 @@ class UrlInstallMethod(InstallMethod): return ComponentSet(self.baseUrl + '/RedHat/base/comps', hdlist) - def getFilename(self, h): + def getFilename(self, h, timer): root = "/mnt/sysimage" pathlist = [ "/var/tmp", "/tmp", "/." ] |