summaryrefslogtreecommitdiffstats
path: root/dispatch.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 /dispatch.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 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index b48a5dd14..78a3bce78 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -68,7 +68,7 @@ installSteps = [
("monitor", ("id.xsetup", "id.monitor", "intf")),
("setsanex", setSaneXSettings, ("id.xsetup",)),
("findrootparts", findRootParts, ("intf", "id", "dispatch", "dir", "instPath")),
- #("findinstall", ("dispatch", "intf", "id", "instPath")),
+ ("findinstall", ("dispatch", "intf", "id", "instPath")),
("installtype", ("dispatch", "id", "method", "intf")),
("zfcpconfig", ("id.zfcp", "id.diskset", "intf")),
("partitionobjinit", partitionObjectsInitialize, ("id.diskset",