summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-06-25 20:25:16 +0000
committerMike Fulbright <msf@redhat.com>2001-06-25 20:25:16 +0000
commite70e762838cef4dd120d3366eb611ced689a3bd6 (patch)
tree20a7760be069fffee44083fc2db04704b8a280f2 /dispatch.py
parent624ed699409415733b822374dfb7357c028bb6c9 (diff)
add screen to GUI to allow user to control autopartitioning to some extent
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dispatch.py b/dispatch.py
index 5e63ed8a9..e79158d11 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -52,8 +52,8 @@ installSteps = [
( "addswap", ("dispatch", "intf", "id.fsset", "id.diskset", "instPath") ),
( "partitionmethod", ("id",) ),
( "partitionmethodsetup", partitionMethodSetup, ("id", "dispatch") ),
- ( "autopartition", ("id", "intf") ),
- ( "autopartitionexecute", doAutoPartition, ("dir", "id",)),
+ ( "autopartition", ("id", "id.diskset", "intf") ),
+ ( "autopartitionexecute", doAutoPartition, ("dir", "id", "intf")),
( "fdisk", ("id.useFdisk", "id.diskset", "id.partrequests")),
( "partition", ("id.fsset", "id.diskset", "id.partrequests", "intf")),
( "partitiondone", partitioningComplete, ("dispatch", "id.bootloader",