summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2005-12-08 22:51:17 +0000
committerPaul Nasrat <pnasrat@redhat.com>2005-12-08 22:51:17 +0000
commitca5774c1657ce8de59a67efad674583fefe3eba7 (patch)
tree925d1d59e9396e0eb98ff41b35a1a08751e9a7dd /installclass.py
parentb44abe3ec1e9c77e606aaf640e0e563bac8ed66e (diff)
downloadanaconda-ca5774c1657ce8de59a67efad674583fefe3eba7.tar.gz
anaconda-ca5774c1657ce8de59a67efad674583fefe3eba7.tar.xz
anaconda-ca5774c1657ce8de59a67efad674583fefe3eba7.zip
Make install more robust to file read failures.
Initial support for upgrades again.
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index 9ea9a2dea..dd0b2e0c0 100644
--- a/installclass.py
+++ b/installclass.py
@@ -39,7 +39,7 @@ class BaseInstallClass:
name = "base"
pkgstext = ""
# default to showing the upgrade option
- showUpgrade = 0 # FIXME: no upgrade for now while doing yum work
+ showUpgrade = 1 # FIXME: no upgrade for now while doing yum work
# pkgstext = _("\tDesktop shell (GNOME)\n"
# "\tOffice suite (OpenOffice)\n"