summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-06 23:37:22 +0000
committerMike Fulbright <msf@redhat.com>2001-07-06 23:37:22 +0000
commiteee60d6d6dc557013609b18e2c729b01a3d2c351 (patch)
treefc70b4f78bb08638e5298d063d9806e7cc3d7e13 /text.py
parente27dbbeeb2a260822a9faa6145045d9fb9a126e0 (diff)
downloadanaconda-eee60d6d6dc557013609b18e2c729b01a3d2c351.tar.gz
anaconda-eee60d6d6dc557013609b18e2c729b01a3d2c351.tar.xz
anaconda-eee60d6d6dc557013609b18e2c729b01a3d2c351.zip
Added upgrade migrate screen. Finds ext2 partitions and offers user choice of moving to ext3
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 45dd62023..a4a2b6426 100644
--- a/text.py
+++ b/text.py
@@ -39,6 +39,7 @@ stepToClasses = {
"autopartition" : ("partition_text", "AutoPartitionWindow"),
"custom-upgrade" : ("upgrade_text", "UpgradeExamineWindow" ),
"addswap" : ("upgrade_text", "UpgradeSwapWindow" ),
+ "upgrademigratefs" : ("upgrade_text", "UpgradeMigrateFSWindow"),
"fdisk" : ("fdisk_text", "fdiskPartitionWindow" ),
"partitionmethod" : ("partmethod_text", ("PartitionMethod") ),
"partition": ("partition_text", ("PartitionWindow") ),