summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-08-26 22:40:20 +0000
committerJeremy Katz <katzj@redhat.com>2005-08-26 22:40:20 +0000
commit30674045a3f43d3b309295b56d96d64799e7c708 (patch)
tree5c6aa9859ae8224c9e3e34f83a57d5ff9a1e68a6 /text.py
parent0c22c52b53a519dd51acb3ac7cbaafa810760e31 (diff)
downloadanaconda-30674045a3f43d3b309295b56d96d64799e7c708.tar.gz
anaconda-30674045a3f43d3b309295b56d96d64799e7c708.tar.xz
anaconda-30674045a3f43d3b309295b56d96d64799e7c708.zip
2005-08-26 Jeremy Katz <katzj@redhat.com>
* dispatch.py (installSteps): Add new autopart type step, remove some obsolete stuff (fdisk, fdasd) * gui.py (stepToClass): Add new step. (getGladeWidget): Add helper function for glade screens. * text.py (stepToClasses): Add new step. * installclass.py (BaseInstallClass.setSteps): Add new step. * iw/autopart_type.py: Add first pass at new autopartitioning screen. Still want to make the shown options more dynamic based on what your system initially looks like. * textw/partition_text.py: Add new autopartitioning screen. * ui/autopart.glade: Add glade file for new autopartitioning screen.
Diffstat (limited to 'text.py')
-rw-r--r--text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/text.py b/text.py
index d58b3e35c..49b66046a 100644
--- a/text.py
+++ b/text.py
@@ -41,6 +41,7 @@ stepToClasses = {
"welcome" : ("welcome_text", "WelcomeWindow"),
"installtype" : ("installpath_text", "InstallPathWindow"),
"autopartition" : ("partition_text", "AutoPartitionWindow"),
+ "parttype" : ("partition_text", "PartitionTypeWindow"),
"custom-upgrade" : ("upgrade_text", "UpgradeExamineWindow"),
"addswap" : ("upgrade_text", "UpgradeSwapWindow"),
"upgrademigratefs" : ("upgrade_text", "UpgradeMigrateFSWindow"),