summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-22 03:21:33 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-22 03:21:33 +0000
commitbd6e20f9d1a6d961c80fccaeef807193d71e8691 (patch)
treeed58dd17aba755f9e14a4ee96349e8acf8253ce5 /dispatch.py
parent642b989fc1c5e0416559a83878c13db9f5b13a53 (diff)
downloadanaconda-bd6e20f9d1a6d961c80fccaeef807193d71e8691.tar.gz
anaconda-bd6e20f9d1a6d961c80fccaeef807193d71e8691.tar.xz
anaconda-bd6e20f9d1a6d961c80fccaeef807193d71e8691.zip
check the installclass in doAutoPartition so that we don't raise dialogs
during kickstart for warnings and exit if there's an error partitioning
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index fab61ac49..8cc5fcc4d 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -60,7 +60,8 @@ installSteps = [
"dispatch")),
("autopartition", ("id.diskset", "id.partitions", "intf", "dispatch")),
("autopartitionexecute", doAutoPartition, ("dir", "id.diskset",
- "id.partitions", "intf")),
+ "id.partitions", "intf",
+ "id.instClass")),
("fdisk", ("id.diskset", "id.partitions")),
("partition", ("id.fsset", "id.diskset", "id.partitions", "intf")),
("upgrademount", upgradeMountFilesystems, ("intf", "id.upgradeRoot",