summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dispatch.py b/dispatch.py
index 8cc5fcc4d..45fc8dd6f 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -30,6 +30,7 @@ from bootloader import writeBootloader, bootloaderSetupChoices
from flags import flags
from upgrade import upgradeFindPackages, upgradeMountFilesystems
from upgrade import upgradeSwapSuggestion, upgradeMigrateFind
+from upgrade import findRootParts
# These are all of the install steps, in order. Note that upgrade and
# install steps are the same thing! Upgrades skip install steps, while
@@ -51,6 +52,7 @@ installSteps = [
("reconfigwelcome", ()),
("reconfigkeyboard", ("id.instLanguage", "id.keyboard")),
("installtype", ("dispatch", "id", "method", "intf")),
+ ("findrootparts", findRootParts, ("intf", "id", "instPath")),
("findinstall", ("dispatch", "intf", "id", "instPath")),
("partitionmethod", ("id.partitions", "id.instClass")),
("partitionobjinit", partitionObjectsInitialize, ("id.diskset",