diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-25 22:45:09 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-25 22:45:09 +0000 |
commit | a463145b27a0a8dd537c192a57bf0f6695e16987 (patch) | |
tree | 38d66b310b7064e730e2c2b1a9ba1a8afff5898a /iw | |
parent | fd2cee5acdfc6f639faa740d0f781dfe36baab1b (diff) | |
download | anaconda-a463145b27a0a8dd537c192a57bf0f6695e16987.tar.gz anaconda-a463145b27a0a8dd537c192a57bf0f6695e16987.tar.xz anaconda-a463145b27a0a8dd537c192a57bf0f6695e16987.zip |
text mode upgrade appears to work
Diffstat (limited to 'iw')
-rw-r--r-- | iw/lilo_gui.py | 3 | ||||
-rw-r--r-- | iw/upgrade_swap_gui.py | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/iw/lilo_gui.py b/iw/lilo_gui.py index 173f6e985..97f13616b 100644 --- a/iw/lilo_gui.py +++ b/iw/lilo_gui.py @@ -10,9 +10,6 @@ import iutil from package_gui import queryUpgradeContinue import gui -if iutil.getArch() == 'i386': - import edd - class LiloWindow (InstallWindow): foo = GdkImlib.create_image_from_xpm (CHECKBOX_ON_XPM) foo.render() diff --git a/iw/upgrade_swap_gui.py b/iw/upgrade_swap_gui.py index defc74047..7adf075e9 100644 --- a/iw/upgrade_swap_gui.py +++ b/iw/upgrade_swap_gui.py @@ -71,10 +71,9 @@ class UpgradeSwapWindow (InstallWindow): def clist_cb(self, clist, row, col, data): self.row = row - def getScreen (self, dispatch, intf, fsset, diskset, instPath): + def getScreen (self, dispatch, intf, fsset, instPath): self.neededSwap = 0 self.fsset = fsset - self.diskset = diskset self.dispatch = dispatch self.instPath = instPath self.intf = intf |