summaryrefslogtreecommitdiffstats
path: root/pyanaconda/installclass.py
diff options
context:
space:
mode:
authorAles Kozumplik <akozumpl@redhat.com>2011-05-06 14:37:40 +0200
committerAles Kozumplik <akozumpl@redhat.com>2011-05-19 13:40:35 +0200
commit1975fb0a8ed0617c1f5e97cd752059d1b2a2a365 (patch)
tree2f90234d119727dc4e6f8f03c2c84617438e4d0a /pyanaconda/installclass.py
parent4d22b1cd8d2b6960681360ea312dbe9b569da29d (diff)
downloadanaconda-1975fb0a8ed0617c1f5e97cd752059d1b2a2a365.tar.gz
anaconda-1975fb0a8ed0617c1f5e97cd752059d1b2a2a365.tar.xz
anaconda-1975fb0a8ed0617c1f5e97cd752059d1b2a2a365.zip
dispatch: Fix rules for running the partitioning step.
This step is not scheduled by default, it is skipped for any text installation and many kickstart commands (like autopart), it is requested if the user selects "review partitioning layout" on the parttype screen. There is a mechanism in autopartitioning that enables manual partitioning screen (if available) when autopartitioning fails. Instead of checking the availability this just tries to request the manual partitioning step and catches DispatcherError for those cases where this is not possible.
Diffstat (limited to 'pyanaconda/installclass.py')
-rw-r--r--pyanaconda/installclass.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyanaconda/installclass.py b/pyanaconda/installclass.py
index ac21f69a0..70ed0faa9 100644
--- a/pyanaconda/installclass.py
+++ b/pyanaconda/installclass.py
@@ -95,7 +95,6 @@ class BaseInstallClass(object):
"cleardiskssel",
"parttype",
"autopartitionexecute",
- "partition",
"storagedone",
"bootloader",
"network",