From 2984bbb90f3be6568cdeb9af1834b56ba245c92f Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 5 Oct 2009 15:12:36 -0400 Subject: 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. --- gui.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gui.py') 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"), -- cgit