diff options
author | Erik Troan <ewt@redhat.com> | 2000-05-11 18:40:01 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-05-11 18:40:01 +0000 |
commit | 7c34bea15c0c870423c5f3cbce8e80acf1b33c1f (patch) | |
tree | 238b4749c635351cf89a4bfd8b0b281350ee54ca /anaconda | |
parent | 7fe4d98169dd745d31fa9f5ef087266e783efdd2 (diff) | |
download | anaconda-7c34bea15c0c870423c5f3cbce8e80acf1b33c1f.tar.gz anaconda-7c34bea15c0c870423c5f3cbce8e80acf1b33c1f.tar.xz anaconda-7c34bea15c0c870423c5f3cbce8e80acf1b33c1f.zip |
import all installclasses during traceonly
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -257,6 +257,9 @@ if traceOnly: import mimetools import mimetypes import syslogd + import installclass + + installclass.availableClasses() if iutil.getArch() == "i386": import edd |