summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-23 19:21:14 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-23 19:21:14 +0000
commit8b395c1e3d5ebd2bf49e238c670c1f51681232c4 (patch)
tree18341835f0eed93120ae95caaf4b4d6181cea407 /textw
parent5f45d0c5f3dcfde1d94a912681409116a01d62d7 (diff)
downloadanaconda-8b395c1e3d5ebd2bf49e238c670c1f51681232c4.tar.gz
anaconda-8b395c1e3d5ebd2bf49e238c670c1f51681232c4.tar.xz
anaconda-8b395c1e3d5ebd2bf49e238c670c1f51681232c4.zip
new step: find root parts, remove those bits from the interfaces for
findinstall, hook up kickstart upgrade, mounting the root for an upgrade will mount the first in the list (which if you've gone through the interface is the only one, but if kickstart, upgrades the first install found)
Diffstat (limited to 'textw')
-rw-r--r--textw/upgrade_text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py
index 0a81142af..8758d57b5 100644
--- a/textw/upgrade_text.py
+++ b/textw/upgrade_text.py
@@ -183,7 +183,7 @@ class UpgradeSwapWindow:
class UpgradeExamineWindow:
def __call__ (self, screen, dispatch, intf, id, chroot):
self.parts = upgrade.findExistingRoots(intf, id, chroot)
- parts = upgrade.findExistingRoots (intf, id, chroot)
+ parts = id.upgradeRoot
if not parts:
ButtonChoiceWindow(screen, _("Error"),
@@ -227,7 +227,7 @@ class UpgradeExamineWindow:
if rc == TEXT_BACK_CHECK:
return INSTALL_BACK
- id.upgradeRoot = root
+ id.upgradeRoot = [root]
# if root is on vfat we want to always display boot floppy screen
# otherwise they can't boot!