diff options
author | Chris Lumens <clumens@redhat.com> | 2009-10-05 15:12:36 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2009-12-11 17:15:35 -0500 |
commit | 2984bbb90f3be6568cdeb9af1834b56ba245c92f (patch) | |
tree | 051d2d40714a466b84ccddfcb1e92598901f6104 /gui.py | |
parent | 92cb83bec3dcd1b2590538b10af58332ab017522 (diff) | |
download | anaconda-2984bbb90f3be6568cdeb9af1834b56ba245c92f.tar.gz anaconda-2984bbb90f3be6568cdeb9af1834b56ba245c92f.tar.xz anaconda-2984bbb90f3be6568cdeb9af1834b56ba245c92f.zip |
Add a step to prompt for the cleardisks UI.
This UI is the screen that allows the user to select which devices will be
wiped during installation and which should just be mounted. It also allows
selecting which device the bootloader should be installed to.
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ stepToClass = { "zfcpconfig" : ("zfcp_gui", "ZFCPWindow"), "partition" : ("partition_gui", "PartitionWindow"), "parttype" : ("autopart_type", "PartitionTypeWindow"), + "cleardiskssel": ("cleardisks_gui", "ClearDisksWindow"), "findinstall" : ("examine_gui", "UpgradeExamineWindow"), "addswap" : ("upgrade_swap_gui", "UpgradeSwapWindow"), "upgrademigratefs" : ("upgrade_migratefs_gui", "UpgradeMigrateFSWindow"), |