summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-08-07 20:10:45 +0000
committerJeremy Katz <katzj@redhat.com>2001-08-07 20:10:45 +0000
commit362129bf6c87ee27a3fa0f1bd082040e073bf77e (patch)
treee57e26727a763df1021b90d53364a0b3ab3eca0e /dispatch.py
parentfaf89d12958caf9247df2414d0ddcbd08faa504a (diff)
downloadanaconda-362129bf6c87ee27a3fa0f1bd082040e073bf77e.tar.gz
anaconda-362129bf6c87ee27a3fa0f1bd082040e073bf77e.tar.xz
anaconda-362129bf6c87ee27a3fa0f1bd082040e073bf77e.zip
check that people have sane partition tables after running fdisk also (50840)
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 de18dfc9b..d45fb0e0f 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -65,7 +65,7 @@ installSteps = [
("autopartitionexecute", doAutoPartition, ("dir", "id.diskset",
"id.partitions", "intf",
"id.instClass")),
- ("fdisk", ("id.diskset", "id.partitions")),
+ ("fdisk", ("id.diskset", "id.partitions", "intf")),
("partition", ("id.fsset", "id.diskset", "id.partitions", "intf")),
("upgrademount", upgradeMountFilesystems, ("intf", "id.upgradeRoot",
"id.fsset", "instPath")),