diff options
author | Chris Lumens <clumens@redhat.com> | 2008-11-19 14:29:08 -0500 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2009-02-09 11:30:36 -0500 |
commit | 820b3c654e13d95fbba017b69f8c60c2083b1a96 (patch) | |
tree | 638e17c3382803d7c32466adb59b68dc34780678 /text.py | |
parent | a3570474c83aea26477b9826e1201b4d68e9476a (diff) | |
download | anaconda-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.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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"), |