diff options
author | Mike Fulbright <msf@redhat.com> | 2001-06-22 23:00:15 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-06-22 23:00:15 +0000 |
commit | 30f6d8f09e73552510fec27d1a6a9970827d4e61 (patch) | |
tree | cfa2695dfb1ce71c3e6467473c0c466dadfca6ca /gui.py | |
parent | bb72e6f081def296ff479f7a61189884cd1b306f (diff) | |
download | anaconda-30f6d8f09e73552510fec27d1a6a9970827d4e61.tar.gz anaconda-30f6d8f09e73552510fec27d1a6a9970827d4e61.tar.xz anaconda-30f6d8f09e73552510fec27d1a6a9970827d4e61.zip |
add autopartition to steps
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ stepToClass = { "installtype" : ( "installpath_gui", "InstallPathWindow" ), "partitionmethod" : ( "partmethod_gui", "PartitionMethodWindow" ), "partition" : ( "partition_gui", "PartitionWindow" ), + "autopartition" : ("partition_gui", "AutoPartitionWindow" ), "findinstall" : ( "examine_gui", "UpgradeExamineWindow" ), "addswap" : ( "upgrade_swap_gui", "UpgradeSwapWindow" ), "fdisk" : ( "fdisk_gui", "FDiskWindow" ), |