summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-09-22 22:48:34 +0000
committerJeremy Katz <katzj@redhat.com>2003-09-22 22:48:34 +0000
commit870234f09d404f7188e2430013ec11cd4f8878ab (patch)
treea761be98d39657a1942e1bf7a4b5a9123dde6c7a
parent2f4c5beceab4f2006dacc8791899e0f90972dbb4 (diff)
downloadanaconda-870234f09d404f7188e2430013ec11cd4f8878ab.tar.gz
anaconda-870234f09d404f7188e2430013ec11cd4f8878ab.tar.xz
anaconda-870234f09d404f7188e2430013ec11cd4f8878ab.zip
allow upgrading Red Hat Linux to Fedora Core
-rw-r--r--partedUtils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/partedUtils.py b/partedUtils.py
index 12ef0eb03..f62ef1a69 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -469,7 +469,8 @@ def productMatches(oldproduct, newproduct):
"Red Hat Linux Advanced Workstation",
"Red Hat Enterprise Linux AS",
"Red Hat Enterprise Linux ES",
- "Red Hat Enterprise Linux WS")
+ "Red Hat Enterprise Linux WS"),
+ "Fedora Core": ("Red Hat Linux",)
}
if productUpgrades.has_key(newproduct):