summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-10 03:49:09 +0000
committerMike Fulbright <msf@redhat.com>2001-07-10 03:49:09 +0000
commitbb175f4b79da791751fcfb5aab18f19c3b37b86e (patch)
treea581ac571acd173b23ea2227e2c51f10f2ef55bd /dispatch.py
parentf879cf8b0cfc1633e24e4c3d4f60d2888fc7288a (diff)
downloadanaconda-bb175f4b79da791751fcfb5aab18f19c3b37b86e.tar.gz
anaconda-bb175f4b79da791751fcfb5aab18f19c3b37b86e.tar.xz
anaconda-bb175f4b79da791751fcfb5aab18f19c3b37b86e.zip
report mount point correctly when querying about migrating fs on upgrade
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index 2f810cd6e..20f35450e 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -68,7 +68,7 @@ installSteps = [
"id.fsset", "id.diskset",
"id.partitions") ),
( "upgrademigfind", upgradeMigrateFind, ("dispatch", "id.partitions")),
- ( "upgrademigratefs", ("id.partitions",) ),
+ ( "upgrademigratefs", ("id.fsset", "id.partitions",) ),
( "bootloadersetup", bootloaderSetupChoices, ("dispatch", "id.bootloader",
"id.fsset", "id.diskset",
"dir") ),