From bd6e20f9d1a6d961c80fccaeef807193d71e8691 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Sun, 22 Jul 2001 03:21:33 +0000 Subject: check the installclass in doAutoPartition so that we don't raise dialogs during kickstart for warnings and exit if there's an error partitioning --- dispatch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dispatch.py') 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", -- cgit