summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/upgrade.py b/upgrade.py
index 0e4b78b5f..788734b82 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -64,12 +64,7 @@ def findExistingRoots (intf, theFstab):
continue
if os.access('/mnt/sysimage/redhat.img', os.R_OK):
-# old code rootparts.append((dev, "vfat"))
- intf.messageWindow(_("Error"),
- _("Partitionless upgrades are NOT supported in this beta"))
- isys.umount('/mnt/sysimage')
- win.pop ()
- return []
+ rootparts.append((dev, "vfat"))
isys.umount('/mnt/sysimage')