summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-11-19 14:08:56 -0500
committerChris Lumens <clumens@redhat.com>2009-02-09 11:30:28 -0500
commita3570474c83aea26477b9826e1201b4d68e9476a (patch)
tree88c89331a79ce4f037382da7230ab7274a4c4023 /text.py
parent7eb63bce0d64c1100b270e273eae92ac4317ec04 (diff)
downloadanaconda-a3570474c83aea26477b9826e1201b4d68e9476a.tar.gz
anaconda-a3570474c83aea26477b9826e1201b4d68e9476a.tar.xz
anaconda-a3570474c83aea26477b9826e1201b4d68e9476a.zip
Completely remove the bootloader step from interactive text mode.
Diffstat (limited to 'text.py')
-rw-r--r--text.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/text.py b/text.py
index 171d1b145..61c5fb960 100644
--- a/text.py
+++ b/text.py
@@ -55,11 +55,6 @@ stepToClasses = {
"zfcpconfig": ("zfcp_text", ("ZFCPWindow")),
"findinstall" : ("upgrade_text", ("UpgradeExamineWindow")),
"upgbootloader": ("upgrade_bootloader_text", "UpgradeBootloaderWindow"),
- "bootloader" : ("bootloader_text", ("BootloaderChoiceWindow",
- "BootloaderAppendWindow",
- "BootloaderPasswordWindow",
- "BootloaderImagesWindow",
- "BootloaderLocationWindow")),
"network" : ("network_text", ("HostnameWindow")),
"timezone" : ("timezone_text", "TimezoneWindow"),
"accounts" : ("userauth_text", "RootPasswordWindow"),