diff options
author | Mike Fulbright <msf@redhat.com> | 1999-11-29 20:55:14 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 1999-11-29 20:55:14 +0000 |
commit | d38bad2e2642346ba4d54c1238ddbcffedb583cd (patch) | |
tree | 3d9c68b7bd05c841c26f85ece690122b19c855bc /text.py | |
parent | 6de40327d9b324968420272c3d3b296a62923e77 (diff) | |
download | anaconda-d38bad2e2642346ba4d54c1238ddbcffedb583cd.tar.gz anaconda-d38bad2e2642346ba4d54c1238ddbcffedb583cd.tar.xz anaconda-d38bad2e2642346ba4d54c1238ddbcffedb583cd.zip |
Further clipping out of X11 and mouse configuration during reconfig mode.
Dr Mike
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -486,11 +486,17 @@ class XConfigWindow: # if X not installed, just skip this step # if todo.reconfigOnly: - import rpm - db = rpm.opendb() - rc = db.findbyname ("XFree86") - if len(rc) == 0: - return None +# import rpm +# db = rpm.opendb() +# rc = db.findbyname ("XFree86") +# if len(rc) == 0: +# return None + +# +# for now ignore request to configure X11 in reconfig mode +# + return None + else: # we need to get the package list here for things like # workstation install - which will not have read the |