summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-04-22 16:27:13 +0000
committerJeremy Katz <katzj@redhat.com>2002-04-22 16:27:13 +0000
commitdcc913781c1d7c921b0d06987bcbded4230c3e79 (patch)
treee39a6a3fdc7ef61e00eac457ec6c54a43482c377 /dispatch.py
parent2627017d67c307ba4b05c66d412d052bfef5437a (diff)
downloadanaconda-dcc913781c1d7c921b0d06987bcbded4230c3e79.tar.gz
anaconda-dcc913781c1d7c921b0d06987bcbded4230c3e79.tar.xz
anaconda-dcc913781c1d7c921b0d06987bcbded4230c3e79.zip
merge bootloader changes from HEAD
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dispatch.py b/dispatch.py
index 07cf3861e..448105e98 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -78,6 +78,7 @@ installSteps = [
"intf", "instPath", "dir")),
("upgrademigfind", upgradeMigrateFind, ("dispatch", "id.fsset")),
("upgrademigratefs", ("id.fsset",)),
+ ("upgbootloader", ("dispatch", "id.bootloader")),
("bootloadersetup", bootloaderSetupChoices, ("dispatch", "id.bootloader",
"id.fsset", "id.diskset",
"dir")),