summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-06 20:38:09 +0000
committerMike Fulbright <msf@redhat.com>2001-07-06 20:38:09 +0000
commitd2aa1634b741e12875c76fc2ddd315d2b2fad20c (patch)
tree87c25513c9ebdd77ae71027a2410628981b0b8ab /dispatch.py
parent89c78947ad2cdbc6312b530b52475d9b51b4a34d (diff)
downloadanaconda-d2aa1634b741e12875c76fc2ddd315d2b2fad20c.tar.gz
anaconda-d2aa1634b741e12875c76fc2ddd315d2b2fad20c.tar.xz
anaconda-d2aa1634b741e12875c76fc2ddd315d2b2fad20c.zip
add option to view autopartitioning results and change them
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 795ae39f5..12978e31b 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -53,7 +53,7 @@ installSteps = [
( "partitionmethod", ("id.partitions", "id.instClass") ),
( "partitionobjinit", partitionObjectsInitialize, ("id.diskset", "id.partitions", "dir") ),
( "partitionmethodsetup", partitionMethodSetup, ("id.partitions", "dispatch") ),
- ( "autopartition", ("id.diskset", "id.partitions", "intf") ),
+ ( "autopartition", ("id.diskset", "id.partitions", "intf", "dispatch") ),
( "autopartitionexecute", doAutoPartition, ("dir", "id.diskset", "id.partitions", "intf")),
( "fdisk", ("id.useFdisk", "id.diskset", "id.partitions")),
( "partition", ("id.fsset", "id.diskset", "id.partitions", "intf")),