summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-02-22 13:12:14 -0500
committerJeremy Katz <katzj@redhat.com>2008-02-22 13:14:11 -0500
commit7ad65d9e30fd21d8c0356dc998ea97c579a73d53 (patch)
tree08e6a3947ab013ab899bd0c40201b2aba634d522 /dispatch.py
parent7adcf8307f6c5e07e5946e247a8d6eb7b8bba07b (diff)
downloadanaconda-7ad65d9e30fd21d8c0356dc998ea97c579a73d53.tar.gz
anaconda-7ad65d9e30fd21d8c0356dc998ea97c579a73d53.tar.xz
anaconda-7ad65d9e30fd21d8c0356dc998ea97c579a73d53.zip
Remove advanced bootloader bits
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index 31b72d256..b9f67bb36 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -96,7 +96,6 @@ installSteps = [
("upgbootloader", ),
("bootloadersetup", bootloaderSetupChoices, ),
("bootloader", ),
- ("bootloaderadvanced", ),
("reposetup", doRepoSetup, ),
("basepkgsel", doBasePackageSelect, ),
("tasksel", ),