summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-10-05 15:12:36 -0400
committerChris Lumens <clumens@redhat.com>2009-12-11 17:15:35 -0500
commit2984bbb90f3be6568cdeb9af1834b56ba245c92f (patch)
tree051d2d40714a466b84ccddfcb1e92598901f6104 /gui.py
parent92cb83bec3dcd1b2590538b10af58332ab017522 (diff)
downloadanaconda-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-xgui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index cbacd530d..89feee026 100755
--- a/gui.py
+++ b/gui.py
@@ -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"),