diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-08-15 16:54:49 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-08-15 16:54:49 +0000 |
commit | 9be6c734b0b0089e28f4be0e61eb4cb2a3ba70d6 (patch) | |
tree | a8dafe1e12edb9f55ebb160b1371c82479470523 /dispatch.py | |
parent | ac25873572add4cb5ff688cc426bdc6405980341 (diff) | |
download | anaconda-9be6c734b0b0089e28f4be0e61eb4cb2a3ba70d6.tar.gz anaconda-9be6c734b0b0089e28f4be0e61eb4cb2a3ba70d6.tar.xz anaconda-9be6c734b0b0089e28f4be0e61eb4cb2a3ba70d6.zip |
going back and doing autopartitioning on a hard drive install more than once was horked because we didn't reset the protected partitions
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 70c892b19..929b513b2 100644 --- a/dispatch.py +++ b/dispatch.py @@ -64,7 +64,7 @@ installSteps = [ ("autopartition", ("id.diskset", "id.partitions", "intf", "dispatch")), ("autopartitionexecute", doAutoPartition, ("dir", "id.diskset", "id.partitions", "intf", - "id.instClass")), + "id.instClass", "dispatch")), ("fdisk", ("id.diskset", "id.partitions", "intf")), ("partition", ("id.fsset", "id.diskset", "id.partitions", "intf")), ("upgrademount", upgradeMountFilesystems, ("intf", "id.upgradeRoot", |