summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-09-12 20:10:25 +0000
committerJeremy Katz <katzj@redhat.com>2005-09-12 20:10:25 +0000
commitdebf6c613d94c06c41bba234f4d53647491bc90c (patch)
treeeffa01b5b5b9f8906ba44bd50b04c311daab71a2 /installclass.py
parentc84c4d1d4fe5b8541ba38c7a7f89965ffb6a3b6b (diff)
downloadanaconda-debf6c613d94c06c41bba234f4d53647491bc90c.tar.gz
anaconda-debf6c613d94c06c41bba234f4d53647491bc90c.tar.xz
anaconda-debf6c613d94c06c41bba234f4d53647491bc90c.zip
2005-09-12 Jeremy Katz <katzj@redhat.com>
* dispatch.py (installSteps): Don't comment out findinstall. * installclass.py (showUpgrade): really disable upgrades for now
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 212a68763..fbad6fec4 100644
--- a/installclass.py
+++ b/installclass.py
@@ -39,7 +39,7 @@ class BaseInstallClass:
name = "base"
pkgstext = ""
# default to showing the upgrade option
- showUpgrade = 1
+ showUpgrade = 0 # FIXME: no upgrade for now while doing yum work
# pkgstext = _("\tDesktop shell (GNOME)\n"
# "\tOffice suite (OpenOffice)\n"