summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-11-19 14:29:08 -0500
committerChris Lumens <clumens@redhat.com>2009-02-09 11:30:36 -0500
commit820b3c654e13d95fbba017b69f8c60c2083b1a96 (patch)
tree638e17c3382803d7c32466adb59b68dc34780678 /text.py
parenta3570474c83aea26477b9826e1201b4d68e9476a (diff)
downloadanaconda-820b3c654e13d95fbba017b69f8c60c2083b1a96.tar.gz
anaconda-820b3c654e13d95fbba017b69f8c60c2083b1a96.tar.xz
anaconda-820b3c654e13d95fbba017b69f8c60c2083b1a96.zip
Remove interactive partitioning. Now you only get autopart.
You can, however, still select the drives to use and the basic layout to use. You can also still use kickstart.
Diffstat (limited to 'text.py')
-rw-r--r--text.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/text.py b/text.py
index 61c5fb960..a632b782d 100644
--- a/text.py
+++ b/text.py
@@ -48,10 +48,9 @@ stepToClasses = {
"language" : ("language_text", "LanguageWindow"),
"keyboard" : ("keyboard_text", "KeyboardWindow"),
"welcome" : ("welcome_text", "WelcomeWindow"),
- "parttype" : ("partition_text", "PartitionTypeWindow"),
+ "parttype" : ("partition_text", "PartitionTypeWindow"),
"addswap" : ("upgrade_text", "UpgradeSwapWindow"),
"upgrademigratefs" : ("upgrade_text", "UpgradeMigrateFSWindow"),
- "partition": ("partition_text", ("PartitionWindow")),
"zfcpconfig": ("zfcp_text", ("ZFCPWindow")),
"findinstall" : ("upgrade_text", ("UpgradeExamineWindow")),
"upgbootloader": ("upgrade_bootloader_text", "UpgradeBootloaderWindow"),