diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-08-07 20:10:45 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-08-07 20:10:45 +0000 |
commit | 362129bf6c87ee27a3fa0f1bd082040e073bf77e (patch) | |
tree | e57e26727a763df1021b90d53364a0b3ab3eca0e /dispatch.py | |
parent | faf89d12958caf9247df2414d0ddcbd08faa504a (diff) | |
download | anaconda-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.py | 2 |
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")), |