diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-01-31 03:42:30 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-01-31 03:42:30 +0000 |
commit | 5f5928121d50853f8c98713035d88f574974ee12 (patch) | |
tree | 1a8affdb160173d8737329c09a21a21b5c011123 /anaconda | |
parent | 695db7f2282057b55d687bb020f5f40d5d400a14 (diff) | |
download | anaconda-5f5928121d50853f8c98713035d88f574974ee12.tar.gz anaconda-5f5928121d50853f8c98713035d88f574974ee12.tar.xz anaconda-5f5928121d50853f8c98713035d88f574974ee12.zip |
make sure edd module gets pulled in for text mode
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -290,6 +290,8 @@ if traceOnly: import xserver import configFileData import kickstart + if iutil.getArch() == "i386": + import edd installclass.availableClasses() |